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