3 writes to _current
System.Xaml (3)
System\Xaml\Parser\NodeStreamSorter.cs (3)
121
_current
= _buffer.Dequeue();
130
_current
= _source.Current;
138
_current
= _buffer.Dequeue();
5 references to _current
System.Xaml (5)
System\Xaml\Parser\NodeStreamSorter.cs (5)
107
get { return
_current
; }
112
get { return
_current
; }
131
if (
_current
.NodeType == XamlNodeType.StartObject)
136
_buffer.Enqueue(
_current
);
144
while (
_current
.IsEndOfAttributes);