2 instantiations of FrameworkElementFactoryMarkupObject
PresentationFramework (2)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
535MarkupObject subItem = new FrameworkElementFactoryMarkupObject(value as FrameworkElementFactory, Manager);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
252yield return new FrameworkElementFactoryMarkupObject(child, Manager);
6 references to FrameworkElementFactoryMarkupObject
PresentationFramework (6)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (6)
121public FrameworkElementFactoryProperty(PropertyValue propertyValue, FrameworkElementFactoryMarkupObject item): base(item.Manager) 211private FrameworkElementFactoryMarkupObject _item; 224internal FrameworkElementFactoryContent(FrameworkElementFactory factory, FrameworkElementFactoryMarkupObject item): base(item.Manager) 283private FrameworkElementFactoryMarkupObject _item; 292internal FrameworkElementFactoryStringContent(FrameworkElementFactory factory, FrameworkElementFactoryMarkupObject item) 352private FrameworkElementFactoryMarkupObject _item;