1 write to _start
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextElementEnumerator.cs (1)
44
_start
= start;
9 references to _start
PresentationFramework (9)
src\Framework\System\Windows\Documents\TextElementEnumerator.cs (9)
50
if (
_start
!= null)
52
_generation =
_start
.TextContainer.Generation;
120
if (
_start
!= null && _generation !=
_start
.TextContainer.Generation)
126
if (
_start
== null ||
_start
.CompareTo(_end) == 0)
141
_navigator = new TextPointer(
_start
);
174
if (
_start
!= null && _generation !=
_start
.TextContainer.Generation)