1 write to _factory
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
36
_factory
= factory;
12 references to _factory
PresentationFramework (12)
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (12)
56
if (
_factory
.Type != null)
57
return
_factory
.Type;
65
get { return
_factory
; }
73
if (
_factory
.Type == null)
75
if (
_factory
.Text != null)
77
yield return new FrameworkElementFactoryStringContent(
_factory
, this);
82
FrugalStructList<PropertyValue> propertyValues =
_factory
.PropertyValues;
90
ElementMarkupObject item = new ElementMarkupObject(
_factory
, Manager);
99
if (
_factory
.FirstChild != null)
101
if (
_factory
.FirstChild.Type == null)
103
yield return new FrameworkElementFactoryStringContent(
_factory
.FirstChild, this);
107
yield return new FrameworkElementFactoryContent(
_factory
, this);