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)
44if (_factory.Type != null) 45return _factory.Type; 53get { return _factory; } 61if (_factory.Type == null) 63if (_factory.Text != null) 65yield return new FrameworkElementFactoryStringContent(_factory, this); 70FrugalStructList<PropertyValue> propertyValues = _factory.PropertyValues; 78ElementMarkupObject item = new ElementMarkupObject(_factory, Manager); 87if (_factory.FirstChild != null) 89if (_factory.FirstChild.Type == null) 91yield return new FrameworkElementFactoryStringContent(_factory.FirstChild, this); 95yield return new FrameworkElementFactoryContent(_factory, this);