7 writes to CurrentCollection
System.Xaml (7)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
308_context.CurrentCollection = inst; 381_context.CurrentCollection = _rootObjectInstance; 630_context.CurrentCollection = new List<PositionalParameterDescriptor>(); 670_context.CurrentCollection = Runtime.CreateInstance(property.Type, null); 728_context.CurrentCollection = null; 1185ctx.CurrentCollection = inst; 1272ctx.CurrentCollection = inst;
2 references to CurrentCollection
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
720_context.CurrentCtorArgs = ((List<object>)_context.CurrentCollection).ToArray(); 1214var rawArgs = (List<PositionalParameterDescriptor>)ctx.CurrentCollection;