1 implementation of EndChange
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
260void ITextRange.EndChange(bool disableScroll, bool skipEvents)
7 references to EndChange
PresentationFramework (7)
System\Windows\Documents\TextRange.cs (2)
258/// <see cref="ITextRange.EndChange(bool,bool)"/> 1860_range.EndChange(_disableScroll, false /* skipEvents */);
System\Windows\Documents\TextRangeBase.cs (1)
567/// <see cref="ITextRange.EndChange(bool,bool)"/>
System\Windows\Documents\TextStore.cs (4)
2393textEditor.Selection.EndChange(false /* disableScroll */, true /* skipEvents */); 4008this.TextSelection.EndChange(false /* disableScroll */, true /* skipEvents */); 4036this.TextSelection.EndChange(false /* disableScroll */, true /* skipEvents */); 4065this.TextSelection.EndChange(false /* disableScroll */, true /* skipEvents */);