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)
45if (_factory.Type != null) 46return _factory.Type; 54get { return _factory; } 62if (_factory.Type == null) 64if (_factory.Text != null) 66yield return new FrameworkElementFactoryStringContent(_factory, this); 71FrugalStructList<PropertyValue> propertyValues = _factory.PropertyValues; 79ElementMarkupObject item = new ElementMarkupObject(_factory, Manager); 88if (_factory.FirstChild != null) 90if (_factory.FirstChild.Type == null) 92yield return new FrameworkElementFactoryStringContent(_factory.FirstChild, this); 96yield return new FrameworkElementFactoryContent(_factory, this);