4 writes to _current
PresentationFramework (4)
System\Windows\Documents\TextElementEnumerator.cs (4)
57
_current
= null;
145
_current
= (TextElementType)_navigator.Parent;
149
_current
= null;
168
_current
= null;
3 references to _current
PresentationFramework (3)
System\Windows\Documents\TextElementEnumerator.cs (3)
91
if (
_current
== null)
97
return
_current
;
153
return (
_current
!= null);