3 writes to Collection
System.Xaml (3)
System\Xaml\Context\ObjectWriterContext.cs (1)
559set { _stack.CurrentFrame.Collection = value; }
System\Xaml\Context\ObjectWriterFrame.cs (2)
42Collection = source.Collection; 54Collection = null;
4 references to Collection
System.Xaml (4)
System\Xaml\Context\ObjectWriterContext.cs (2)
558get { return _stack.CurrentFrame.Collection; } 564get { return _stack.PreviousFrame.Collection; }
System\Xaml\Context\ObjectWriterFrame.cs (2)
42Collection = source.Collection; 74string coll = (Collection is null) ? "-" : "*";