4 writes to _current
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextElementEnumerator.cs (4)
69
_current
= null;
157
_current
= (TextElementType)_navigator.Parent;
161
_current
= null;
180
_current
= null;
3 references to _current
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextElementEnumerator.cs (3)
103
if (
_current
== null)
109
return
_current
;
165
return (
_current
!= null);