1 instantiation of ElementProperty
PresentationFramework (1)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
135
yield return new
ElementProperty
(this, descriptor);
5 references to ElementProperty
PresentationFramework (5)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (5)
512
ElementProperty
.CheckForMarkupExtension(typeof(Object), entry.Value, Context, false), Manager);
527
ElementProperty
.CheckForMarkupExtension(typeof(Object), o, Context, false), Manager);
543
ElementProperty
.CheckForMarkupExtension(typeof(Object), value, Context, true), Manager);
554
ElementProperty
.CheckForMarkupExtension(typeof(Object), value, Context, true), Manager);
1044
get { return
ElementProperty
.CheckForMarkupExtension(PropertyType, _value, Context, true /*convertEnums*/); }