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