3 writes to _current
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
125
_current
= _buffer.Dequeue();
134
_current
= _source.Current;
142
_current
= _buffer.Dequeue();
5 references to _current
System.Xaml (5)
System\Xaml\Parser\NodeStreamSorter.cs (5)
111
get { return
_current
; }
116
get { return
_current
; }
135
if (
_current
.NodeType == XamlNodeType.StartObject)
140
_buffer.Enqueue(
_current
);
148
while (
_current
.IsEndOfAttributes);