11 instantiations of ElementMarkupObject
PresentationFramework (11)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (8)
510= new ElementMarkupObject( 525= new ElementMarkupObject( 541= new ElementMarkupObject( 552= new ElementMarkupObject( 560MarkupObject subItem = new ElementMarkupObject(new System.Windows.Markup.NullExtension(), Manager); 576ElementMarkupObject item = new ElementMarkupObject(value, Manager); 1127yield return new ElementMarkupObject(instance, Manager); 1166ElementMarkupObject item = new ElementMarkupObject(entry.Value, Manager);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
78ElementMarkupObject item = new ElementMarkupObject(_factory, Manager);
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
39return new ElementMarkupObject(instance, manager); 58return new ElementMarkupObject(instance, manager);
16 references to ElementMarkupObject
PresentationFramework (16)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (15)
185private ElementMarkupObject _object; 187public ElementObjectContext(ElementMarkupObject obj, IValueSerializerContext baseContext): base(baseContext) 509ElementMarkupObject subItem 576ElementMarkupObject item = new ElementMarkupObject(value, Manager); 714protected ElementObjectPropertyBase(ElementMarkupObject obj): base(obj.Manager) 730protected readonly ElementMarkupObject _object; 738internal ElementProperty(ElementMarkupObject obj, PropertyDescriptor descriptor) : base(obj) 961internal ElementStringValueProperty(ElementMarkupObject obj) 1022private ElementMarkupObject _object; 1030internal ElementPseudoPropertyBase(object value, Type type, ElementMarkupObject obj) : base(obj) 1065internal ElementKey(object value, Type type, ElementMarkupObject obj) : base(value, type, obj) { } 1083internal ElementConstructorArgument(object value, Type type, ElementMarkupObject obj) : base(value, type, obj) { } 1101internal ElementItemsPseudoProperty(IEnumerable value, Type type, ElementMarkupObject obj) : base(value, type, obj) 1140internal ElementDictionaryItemsPseudoProperty(IDictionary value, Type type, ElementMarkupObject obj) : base(value, type, obj) 1166ElementMarkupObject item = new ElementMarkupObject(entry.Value, Manager);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
78ElementMarkupObject item = new ElementMarkupObject(_factory, Manager);