7 writes to CurrentCollection
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
307_context.CurrentCollection = inst; 382_context.CurrentCollection = _rootObjectInstance; 637_context.CurrentCollection = new List<PositionalParameterDescriptor>(); 679_context.CurrentCollection = Runtime.CreateInstance(property.Type, null); 738_context.CurrentCollection = null; 1209ctx.CurrentCollection = inst; 1298ctx.CurrentCollection = inst;
2 references to CurrentCollection
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
730_context.CurrentCtorArgs = ((List<object>)_context.CurrentCollection).ToArray(); 1238var rawArgs = (List<PositionalParameterDescriptor>)ctx.CurrentCollection;