7 writes to CurrentCollection
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
301_context.CurrentCollection = inst; 374_context.CurrentCollection = _rootObjectInstance; 623_context.CurrentCollection = new List<PositionalParameterDescriptor>(); 663_context.CurrentCollection = Runtime.CreateInstance(property.Type, null); 721_context.CurrentCollection = null; 1178ctx.CurrentCollection = inst; 1265ctx.CurrentCollection = inst;
2 references to CurrentCollection
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
713_context.CurrentCtorArgs = ((List<object>)_context.CurrentCollection).ToArray(); 1207var rawArgs = (List<PositionalParameterDescriptor>)ctx.CurrentCollection;