4 references to ParentCollection
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
1798
object parentCollection = ctx.
ParentCollection
;
1881
Runtime.AddToDictionary(ctx.
ParentCollection
, ctx.ParentType, value, ctx.CurrentType, key);
1925
Runtime.AddToDictionary(ctx.
ParentCollection
, ctx.ParentType, value, ctx.CurrentType, key);
1934
object parentCollection = ctx.
ParentCollection
;