2 instantiations of FrameworkElementFactoryMarkupObject
PresentationFramework (2)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
547MarkupObject subItem = new FrameworkElementFactoryMarkupObject(value as FrameworkElementFactory, Manager);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
259yield return new FrameworkElementFactoryMarkupObject(child, Manager);
6 references to FrameworkElementFactoryMarkupObject
PresentationFramework (6)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (6)
128public FrameworkElementFactoryProperty(PropertyValue propertyValue, FrameworkElementFactoryMarkupObject item): base(item.Manager) 218private FrameworkElementFactoryMarkupObject _item; 231internal FrameworkElementFactoryContent(FrameworkElementFactory factory, FrameworkElementFactoryMarkupObject item): base(item.Manager) 290FrameworkElementFactoryMarkupObject _item; 299internal FrameworkElementFactoryStringContent(FrameworkElementFactory factory, FrameworkElementFactoryMarkupObject item) 359FrameworkElementFactoryMarkupObject _item;