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