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