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)
1 reference to NotifyChanged
PresentationFramework (1)
System\Windows\Documents\TextRangeBase.cs (1)
608thisRange.NotifyChanged(disableScroll, skipEvents);