1 implementation of Changed
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
456event EventHandler ITextRange.Changed
12 references to Changed
PresentationFramework (12)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (2)
633_selection.Changed += componentsRegister.SelectionHandler; 659_selection.Changed -= componentsRegister.SelectionHandler;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1527_textEditor.Selection.Changed += new EventHandler(OnSelectionChangedInternal);
src\Framework\System\Windows\Controls\TextAdaptor.cs (2)
62_textContainer.TextSelection.Changed += new EventHandler(OnTextSelectionChanged); 73_textContainer.TextSelection.Changed -= new EventHandler(OnTextSelectionChanged);
src\Framework\System\Windows\Documents\Speller.cs (3)
83_textEditor.Selection.Changed -= new EventHandler(OnCaretMoved); 554_textEditor.Selection.Changed += new EventHandler(OnCaretMoved); 668_textEditor.Selection.Changed -= new EventHandler(OnCaretMoved);
src\Framework\System\windows\Documents\TextEditorMouse.cs (2)
637selection.Changed += OnSelectionChangedDuringGotFocus; 643selection.Changed -= OnSelectionChangedDuringGotFocus;
src\Framework\System\Windows\Documents\TextRange.cs (1)
454/// <see cref="ITextRange.Changed"/>
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (1)
43_selection.Changed += new EventHandler(OnSelectionChanged);