1 implementation of EndChange
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
250
void ITextRange.
EndChange
(bool disableScroll, bool skipEvents)
7 references to EndChange
PresentationFramework (7)
System\Windows\Documents\TextRange.cs (2)
248
/// <see cref="ITextRange.
EndChange
(bool,bool)"/>
1849
_range.
EndChange
(_disableScroll, false /* skipEvents */);
System\Windows\Documents\TextRangeBase.cs (1)
563
/// <see cref="ITextRange.
EndChange
(bool,bool)"/>
System\Windows\Documents\TextStore.cs (4)
2366
textEditor.Selection.
EndChange
(false /* disableScroll */, true /* skipEvents */);
3980
this.TextSelection.
EndChange
(false /* disableScroll */, true /* skipEvents */);
4008
this.TextSelection.
EndChange
(false /* disableScroll */, true /* skipEvents */);
4037
this.TextSelection.
EndChange
(false /* disableScroll */, true /* skipEvents */);