4 writes to _current
PresentationFramework (4)
System\Windows\Documents\TextElementEnumerator.cs (4)
63
_current
= null;
151
_current
= (TextElementType)_navigator.Parent;
155
_current
= null;
174
_current
= null;
3 references to _current
PresentationFramework (3)
System\Windows\Documents\TextElementEnumerator.cs (3)
97
if (
_current
== null)
103
return
_current
;
159
return (
_current
!= null);