2 instantiations of FrameworkElementFactoryMarkupObject
PresentationFramework (2)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
536
MarkupObject subItem = new
FrameworkElementFactoryMarkupObject
(value as FrameworkElementFactory, Manager);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
253
yield return new
FrameworkElementFactoryMarkupObject
(child, Manager);
6 references to FrameworkElementFactoryMarkupObject
PresentationFramework (6)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (6)
122
public FrameworkElementFactoryProperty(PropertyValue propertyValue,
FrameworkElementFactoryMarkupObject
item): base(item.Manager)
212
private
FrameworkElementFactoryMarkupObject
_item;
225
internal FrameworkElementFactoryContent(FrameworkElementFactory factory,
FrameworkElementFactoryMarkupObject
item): base(item.Manager)
284
FrameworkElementFactoryMarkupObject
_item;
293
internal FrameworkElementFactoryStringContent(FrameworkElementFactory factory,
FrameworkElementFactoryMarkupObject
item)
353
FrameworkElementFactoryMarkupObject
_item;