1 write to _factory
PresentationFramework (1)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
31_factory = factory;
12 references to _factory
PresentationFramework (12)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (12)
51if (_factory.Type != null) 52return _factory.Type; 60get { return _factory; } 68if (_factory.Type == null) 70if (_factory.Text != null) 72yield return new FrameworkElementFactoryStringContent(_factory, this); 77FrugalStructList<PropertyValue> propertyValues = _factory.PropertyValues; 85ElementMarkupObject item = new ElementMarkupObject(_factory, Manager); 94if (_factory.FirstChild != null) 96if (_factory.FirstChild.Type == null) 98yield return new FrameworkElementFactoryStringContent(_factory.FirstChild, this); 102yield return new FrameworkElementFactoryContent(_factory, this);