1 write to _factory
PresentationFramework (1)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
24
_factory
= factory;
12 references to _factory
PresentationFramework (12)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (12)
44
if (
_factory
.Type != null)
45
return
_factory
.Type;
53
get { return
_factory
; }
61
if (
_factory
.Type == null)
63
if (
_factory
.Text != null)
65
yield return new FrameworkElementFactoryStringContent(
_factory
, this);
70
FrugalStructList<PropertyValue> propertyValues =
_factory
.PropertyValues;
78
ElementMarkupObject item = new ElementMarkupObject(
_factory
, Manager);
87
if (
_factory
.FirstChild != null)
89
if (
_factory
.FirstChild.Type == null)
91
yield return new FrameworkElementFactoryStringContent(
_factory
.FirstChild, this);
95
yield return new FrameworkElementFactoryContent(
_factory
, this);