2 implementations of NotifyChanged
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
276void ITextRange.NotifyChanged(bool disableScroll, bool skipEvents)
src\Framework\System\windows\Documents\TextSelection.cs (1)
232void ITextRange.NotifyChanged(bool disableScroll, bool skipEvents)
3 references to NotifyChanged
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextRange.cs (1)
274/// <see cref="ITextRange.NotifyChanged"/>
src\Framework\System\Windows\Documents\TextRangeBase.cs (2)
623thisRange.NotifyChanged(disableScroll, skipEvents); 645/// <see cref="ITextRange.NotifyChanged(bool,bool)"/>