ResourceDictionary.InvalidatesImplicitDataTemplateResources Property

Definition

Gets or sets a value that indicates whether the invalidations fired by the ResourceDictionary object cause ContentPresenter objects to reevaluate their choice of template. The invalidations happen when an implicit data template resource changes.

public:
 property bool InvalidatesImplicitDataTemplateResources { bool get(); void set(bool value); };
public bool InvalidatesImplicitDataTemplateResources { get; set; }
member this.InvalidatesImplicitDataTemplateResources : bool with get, set
Public Property InvalidatesImplicitDataTemplateResources As Boolean

Property Value

true if the invalidations cause ContentPresenter objects to reevaluate their choice of template; otherwise, false. The default is false.

Applies to