3 writes to Collection
System.Xaml (3)
System\Xaml\Context\ObjectWriterContext.cs (1)
562set { _stack.CurrentFrame.Collection = value; }
System\Xaml\Context\ObjectWriterFrame.cs (2)
46Collection = source.Collection; 58Collection = null;
4 references to Collection
System.Xaml (4)
System\Xaml\Context\ObjectWriterContext.cs (2)
561get { return _stack.CurrentFrame.Collection; } 567get { return _stack.PreviousFrame.Collection; }
System\Xaml\Context\ObjectWriterFrame.cs (2)
46Collection = source.Collection; 78string coll = (Collection == null) ? "-" : "*";