1 instantiation of ElementProperty
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
151yield return new ElementProperty(this, descriptor);
5 references to ElementProperty
PresentationFramework (5)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (5)
538ElementProperty.CheckForMarkupExtension(typeof(Object), entry.Value, Context, false), Manager); 553ElementProperty.CheckForMarkupExtension(typeof(Object), o, Context, false), Manager); 569ElementProperty.CheckForMarkupExtension(typeof(Object), value, Context, true), Manager); 580ElementProperty.CheckForMarkupExtension(typeof(Object), value, Context, true), Manager); 1073get { return ElementProperty.CheckForMarkupExtension(PropertyType, _value, Context, true /*convertEnums*/); }