3 writes to _current
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
123
_current
= _buffer.Dequeue();
131
_current
= _source.Current;
139
_current
= _buffer.Dequeue();
5 references to _current
System.Xaml (5)
System\Xaml\Parser\NodeStreamSorter.cs (5)
109
get { return
_current
; }
114
get { return
_current
; }
132
if (
_current
.NodeType == XamlNodeType.StartObject)
137
_buffer.Enqueue(
_current
);
143
} while (
_current
.IsEndOfAttributes);