7 writes to CurrentCollection
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
303_context.CurrentCollection = inst; 376_context.CurrentCollection = _rootObjectInstance; 625_context.CurrentCollection = new List<PositionalParameterDescriptor>(); 665_context.CurrentCollection = Runtime.CreateInstance(property.Type, null); 723_context.CurrentCollection = null; 1180ctx.CurrentCollection = inst; 1267ctx.CurrentCollection = inst;
2 references to CurrentCollection
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
715_context.CurrentCtorArgs = ((List<object>)_context.CurrentCollection).ToArray(); 1209var rawArgs = (List<PositionalParameterDescriptor>)ctx.CurrentCollection;