1 write to _factory
PresentationFramework (1)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
31
_factory
= factory;
12 references to _factory
PresentationFramework (12)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (12)
51
if (
_factory
.Type != null)
52
return
_factory
.Type;
60
get { return
_factory
; }
68
if (
_factory
.Type == null)
70
if (
_factory
.Text != null)
72
yield return new FrameworkElementFactoryStringContent(
_factory
, this);
77
FrugalStructList<PropertyValue> propertyValues =
_factory
.PropertyValues;
85
ElementMarkupObject item = new ElementMarkupObject(
_factory
, Manager);
94
if (
_factory
.FirstChild != null)
96
if (
_factory
.FirstChild.Type == null)
98
yield return new FrameworkElementFactoryStringContent(
_factory
.FirstChild, this);
102
yield return new FrameworkElementFactoryContent(
_factory
, this);