2 implementations of NotifyChanged
PresentationFramework (2)
System\Windows\Documents\TextRange.cs (1)
283
void ITextRange.
NotifyChanged
(bool disableScroll, bool skipEvents)
System\windows\Documents\TextSelection.cs (1)
226
void ITextRange.
NotifyChanged
(bool disableScroll, bool skipEvents)
3 references to NotifyChanged
PresentationFramework (3)
System\Windows\Documents\TextRange.cs (1)
281
/// <see cref="ITextRange.
NotifyChanged
"/>
System\Windows\Documents\TextRangeBase.cs (2)
609
thisRange.
NotifyChanged
(disableScroll, skipEvents);
631
/// <see cref="ITextRange.
NotifyChanged
(bool,bool)"/>