11 instantiations of ElementMarkupObject
PresentationFramework (11)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (8)
537= new ElementMarkupObject( 552= new ElementMarkupObject( 568= new ElementMarkupObject( 579= new ElementMarkupObject( 587MarkupObject subItem = new ElementMarkupObject(new System.Windows.Markup.NullExtension(), Manager); 603ElementMarkupObject item = new ElementMarkupObject(value, Manager); 1157yield return new ElementMarkupObject(instance, Manager); 1196ElementMarkupObject item = new ElementMarkupObject(entry.Value, Manager);
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
90ElementMarkupObject item = new ElementMarkupObject(_factory, Manager);
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (2)
51return new ElementMarkupObject(instance, manager); 72return new ElementMarkupObject(instance, manager);
16 references to ElementMarkupObject
PresentationFramework (16)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (15)
202ElementMarkupObject _object; 204public ElementObjectContext(ElementMarkupObject obj, IValueSerializerContext baseContext): base(baseContext) 536ElementMarkupObject subItem 603ElementMarkupObject item = new ElementMarkupObject(value, Manager); 741protected ElementObjectPropertyBase(ElementMarkupObject obj): base(obj.Manager) 757protected readonly ElementMarkupObject _object; 765internal ElementProperty(ElementMarkupObject obj, PropertyDescriptor descriptor) : base(obj) 991internal ElementStringValueProperty(ElementMarkupObject obj) 1052private ElementMarkupObject _object; 1060internal ElementPseudoPropertyBase(object value, Type type, ElementMarkupObject obj) : base(obj) 1095internal ElementKey(object value, Type type, ElementMarkupObject obj) : base(value, type, obj) { } 1113internal ElementConstructorArgument(object value, Type type, ElementMarkupObject obj) : base(value, type, obj) { } 1131internal ElementItemsPseudoProperty(IEnumerable value, Type type, ElementMarkupObject obj) : base(value, type, obj) 1170internal ElementDictionaryItemsPseudoProperty(IDictionary value, Type type, ElementMarkupObject obj) : base(value, type, obj) 1196ElementMarkupObject item = new ElementMarkupObject(entry.Value, Manager);
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
90ElementMarkupObject item = new ElementMarkupObject(_factory, Manager);