2 instantiations of FrameworkElementFactoryMarkupObject
PresentationFramework (2)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
536MarkupObject subItem = new FrameworkElementFactoryMarkupObject(value as FrameworkElementFactory, Manager);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
253yield return new FrameworkElementFactoryMarkupObject(child, Manager);
6 references to FrameworkElementFactoryMarkupObject
PresentationFramework (6)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (6)
122public FrameworkElementFactoryProperty(PropertyValue propertyValue, FrameworkElementFactoryMarkupObject item): base(item.Manager) 212private FrameworkElementFactoryMarkupObject _item; 225internal FrameworkElementFactoryContent(FrameworkElementFactory factory, FrameworkElementFactoryMarkupObject item): base(item.Manager) 284FrameworkElementFactoryMarkupObject _item; 293internal FrameworkElementFactoryStringContent(FrameworkElementFactory factory, FrameworkElementFactoryMarkupObject item) 353FrameworkElementFactoryMarkupObject _item;