1 write to _start
PresentationFramework (1)
src\Framework\System\Windows\Documents\SpellerError.cs (1)
35
_start
= start.GetFrozenPointer(LogicalDirection.Forward);
3 references to _start
PresentationFramework (3)
src\Framework\System\Windows\Documents\SpellerError.cs (3)
66
ITextRange range = new TextRange(
_start
, _end);
76
_speller.IgnoreAll(TextRangeBase.GetTextInternal(
_start
, _end));
125
return
_start
;