11 instantiations of ElementMarkupObject
PresentationFramework (11)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (8)
511= new ElementMarkupObject( 526= new ElementMarkupObject( 542= new ElementMarkupObject( 553= new ElementMarkupObject( 561MarkupObject subItem = new ElementMarkupObject(new System.Windows.Markup.NullExtension(), Manager); 577ElementMarkupObject item = new ElementMarkupObject(value, Manager); 1128yield return new ElementMarkupObject(instance, Manager); 1167ElementMarkupObject item = new ElementMarkupObject(entry.Value, Manager);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
79ElementMarkupObject item = new ElementMarkupObject(_factory, Manager);
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
37return new ElementMarkupObject(instance, manager); 56return new ElementMarkupObject(instance, manager);
16 references to ElementMarkupObject
PresentationFramework (16)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (15)
186ElementMarkupObject _object; 188public ElementObjectContext(ElementMarkupObject obj, IValueSerializerContext baseContext): base(baseContext) 510ElementMarkupObject subItem 577ElementMarkupObject item = new ElementMarkupObject(value, Manager); 715protected ElementObjectPropertyBase(ElementMarkupObject obj): base(obj.Manager) 731protected readonly ElementMarkupObject _object; 739internal ElementProperty(ElementMarkupObject obj, PropertyDescriptor descriptor) : base(obj) 962internal ElementStringValueProperty(ElementMarkupObject obj) 1023private ElementMarkupObject _object; 1031internal ElementPseudoPropertyBase(object value, Type type, ElementMarkupObject obj) : base(obj) 1066internal ElementKey(object value, Type type, ElementMarkupObject obj) : base(value, type, obj) { } 1084internal ElementConstructorArgument(object value, Type type, ElementMarkupObject obj) : base(value, type, obj) { } 1102internal ElementItemsPseudoProperty(IEnumerable value, Type type, ElementMarkupObject obj) : base(value, type, obj) 1141internal ElementDictionaryItemsPseudoProperty(IDictionary value, Type type, ElementMarkupObject obj) : base(value, type, obj) 1167ElementMarkupObject item = new ElementMarkupObject(entry.Value, Manager);
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
79ElementMarkupObject item = new ElementMarkupObject(_factory, Manager);