11 instantiations of ElementMarkupObject
PresentationFramework (11)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (8)
522= new ElementMarkupObject( 537= new ElementMarkupObject( 553= new ElementMarkupObject( 564= new ElementMarkupObject( 572MarkupObject subItem = new ElementMarkupObject(new System.Windows.Markup.NullExtension(), Manager); 588ElementMarkupObject item = new ElementMarkupObject(value, Manager); 1139yield return new ElementMarkupObject(instance, Manager); 1178ElementMarkupObject item = new ElementMarkupObject(entry.Value, Manager);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
85ElementMarkupObject item = new ElementMarkupObject(_factory, Manager);
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
44return new ElementMarkupObject(instance, manager); 63return new ElementMarkupObject(instance, manager);
16 references to ElementMarkupObject
PresentationFramework (16)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (15)
197ElementMarkupObject _object; 199public ElementObjectContext(ElementMarkupObject obj, IValueSerializerContext baseContext): base(baseContext) 521ElementMarkupObject subItem 588ElementMarkupObject item = new ElementMarkupObject(value, Manager); 726protected ElementObjectPropertyBase(ElementMarkupObject obj): base(obj.Manager) 742protected readonly ElementMarkupObject _object; 750internal ElementProperty(ElementMarkupObject obj, PropertyDescriptor descriptor) : base(obj) 973internal ElementStringValueProperty(ElementMarkupObject obj) 1034private ElementMarkupObject _object; 1042internal ElementPseudoPropertyBase(object value, Type type, ElementMarkupObject obj) : base(obj) 1077internal ElementKey(object value, Type type, ElementMarkupObject obj) : base(value, type, obj) { } 1095internal ElementConstructorArgument(object value, Type type, ElementMarkupObject obj) : base(value, type, obj) { } 1113internal ElementItemsPseudoProperty(IEnumerable value, Type type, ElementMarkupObject obj) : base(value, type, obj) 1152internal ElementDictionaryItemsPseudoProperty(IDictionary value, Type type, ElementMarkupObject obj) : base(value, type, obj) 1178ElementMarkupObject item = new ElementMarkupObject(entry.Value, Manager);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
85ElementMarkupObject item = new ElementMarkupObject(_factory, Manager);