4 writes to _current
PresentationFramework (4)
System\Windows\Documents\TextElementEnumerator.cs (4)
52
_current
= null;
140
_current
= (TextElementType)_navigator.Parent;
144
_current
= null;
163
_current
= null;
3 references to _current
PresentationFramework (3)
System\Windows\Documents\TextElementEnumerator.cs (3)
86
if (
_current
== null)
92
return
_current
;
148
return (
_current
!= null);