3 writes to Collection
System.Xaml (3)
System\Xaml\Context\ObjectWriterContext.cs (1)
568set { _stack.CurrentFrame.Collection = value; }
System\Xaml\Context\ObjectWriterFrame.cs (2)
43Collection = source.Collection; 55Collection = null;
4 references to Collection
System.Xaml (4)
System\Xaml\Context\ObjectWriterContext.cs (2)
567get { return _stack.CurrentFrame.Collection; } 573get { return _stack.PreviousFrame.Collection; }
System\Xaml\Context\ObjectWriterFrame.cs (2)
43Collection = source.Collection; 75string coll = (Collection is null) ? "-" : "*";