4 writes to _current
PresentationFramework (4)
System\Windows\Documents\TextElementEnumerator.cs (4)
53
_current
= null;
141
_current
= (TextElementType)_navigator.Parent;
145
_current
= null;
164
_current
= null;
3 references to _current
PresentationFramework (3)
System\Windows\Documents\TextElementEnumerator.cs (3)
87
if (
_current
== null)
93
return
_current
;
149
return (
_current
!= null);