2 implementations of NotifyChanged
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
286void ITextRange.NotifyChanged(bool disableScroll, bool skipEvents)
System\windows\Documents\TextSelection.cs (1)
229void ITextRange.NotifyChanged(bool disableScroll, bool skipEvents)
3 references to NotifyChanged
PresentationFramework (3)
System\Windows\Documents\TextRange.cs (1)
284/// <see cref="ITextRange.NotifyChanged"/>
System\Windows\Documents\TextRangeBase.cs (2)
612thisRange.NotifyChanged(disableScroll, skipEvents); 634/// <see cref="ITextRange.NotifyChanged(bool,bool)"/>