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