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