2 implementations of NotifyChanged
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
276
void ITextRange.
NotifyChanged
(bool disableScroll, bool skipEvents)
src\Framework\System\windows\Documents\TextSelection.cs (1)
232
void 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)
623
thisRange.
NotifyChanged
(disableScroll, skipEvents);
645
/// <see cref="ITextRange.
NotifyChanged
(bool,bool)"/>