2 implementations of NotifyChanged
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
276
void ITextRange.
NotifyChanged
(bool disableScroll, bool skipEvents)
System\windows\Documents\TextSelection.cs (1)
219
void ITextRange.
NotifyChanged
(bool disableScroll, bool skipEvents)
1 reference to NotifyChanged
PresentationFramework (1)
System\Windows\Documents\TextRangeBase.cs (1)
608
thisRange.
NotifyChanged
(disableScroll, skipEvents);