1 write to _start
PresentationFramework (1)
src\Framework\System\Windows\Documents\RangeContentEnumerator.cs (1)
45_start = start;
11 references to _start
PresentationFramework (11)
src\Framework\System\Windows\Documents\RangeContentEnumerator.cs (11)
51if (_start != null) 53_generation = _start.TextContainer.Generation; 106if (_generation != _start.TextContainer.Generation && !IsLogicalChildrenIterationInProgress) 169if (_start != null && _generation != _start.TextContainer.Generation && !IsLogicalChildrenIterationInProgress) 174if (_start == null || _start.CompareTo(_end) == 0) 184_navigator = new TextPointer(_start); 228if (_start != null && _generation != _start.TextContainer.Generation) 336DependencyObject node = _start.Parent;