2 instantiations of FrameworkElementFactoryMarkupObject
PresentationFramework (2)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
562MarkupObject subItem = new FrameworkElementFactoryMarkupObject(value as FrameworkElementFactory, Manager);
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
265yield return new FrameworkElementFactoryMarkupObject(child, Manager);
6 references to FrameworkElementFactoryMarkupObject
PresentationFramework (6)
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (6)
133public FrameworkElementFactoryProperty(PropertyValue propertyValue, FrameworkElementFactoryMarkupObject item): base(item.Manager) 224private FrameworkElementFactoryMarkupObject _item; 237internal FrameworkElementFactoryContent(FrameworkElementFactory factory, FrameworkElementFactoryMarkupObject item): base(item.Manager) 296FrameworkElementFactoryMarkupObject _item; 305internal FrameworkElementFactoryStringContent(FrameworkElementFactory factory, FrameworkElementFactoryMarkupObject item) 365FrameworkElementFactoryMarkupObject _item;