1 write to _factory
PresentationFramework (1)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
25
_factory
= factory;
12 references to _factory
PresentationFramework (12)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (12)
45
if (
_factory
.Type != null)
46
return
_factory
.Type;
54
get { return
_factory
; }
62
if (
_factory
.Type == null)
64
if (
_factory
.Text != null)
66
yield return new FrameworkElementFactoryStringContent(
_factory
, this);
71
FrugalStructList<PropertyValue> propertyValues =
_factory
.PropertyValues;
79
ElementMarkupObject item = new ElementMarkupObject(
_factory
, Manager);
88
if (
_factory
.FirstChild != null)
90
if (
_factory
.FirstChild.Type == null)
92
yield return new FrameworkElementFactoryStringContent(
_factory
.FirstChild, this);
96
yield return new FrameworkElementFactoryContent(
_factory
, this);