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