1 implementation of EndChange
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
250
void ITextRange.
EndChange
(bool disableScroll, bool skipEvents)
7 references to EndChange
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextRange.cs (2)
248
/// <see cref="ITextRange.
EndChange
(bool,bool)"/>
1857
_range.
EndChange
(_disableScroll, false /* skipEvents */);
src\Framework\System\Windows\Documents\TextRangeBase.cs (1)
578
/// <see cref="ITextRange.
EndChange
(bool,bool)"/>
src\Framework\System\Windows\Documents\TextStore.cs (4)
2248
textEditor.Selection.
EndChange
(false /* disableScroll */, true /* skipEvents */);
3841
this.TextSelection.
EndChange
(false /* disableScroll */, true /* skipEvents */);
3859
this.TextSelection.
EndChange
(false /* disableScroll */, true /* skipEvents */);
3878
this.TextSelection.
EndChange
(false /* disableScroll */, true /* skipEvents */);