4 references to ParentCollection
System.Xaml (4)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
1799
object parentCollection = ctx.
ParentCollection
;
1882
Runtime.AddToDictionary(ctx.
ParentCollection
, ctx.ParentType, value, ctx.CurrentType, key);
1926
Runtime.AddToDictionary(ctx.
ParentCollection
, ctx.ParentType, value, ctx.CurrentType, key);
1935
object parentCollection = ctx.
ParentCollection
;