1 implementation of Changed
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
456event EventHandler ITextRange.Changed
12 references to Changed
PresentationFramework (12)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
610_selection.Changed += componentsRegister.SelectionHandler; 635_selection.Changed -= componentsRegister.SelectionHandler;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1439_textEditor.Selection.Changed += new EventHandler(OnSelectionChangedInternal);
System\Windows\Controls\TextAdaptor.cs (2)
50_textContainer.TextSelection.Changed += new EventHandler(OnTextSelectionChanged); 61_textContainer.TextSelection.Changed -= new EventHandler(OnTextSelectionChanged);
System\Windows\Documents\Speller.cs (3)
73_textEditor.Selection.Changed -= new EventHandler(OnCaretMoved); 487_textEditor.Selection.Changed += new EventHandler(OnCaretMoved); 598_textEditor.Selection.Changed -= new EventHandler(OnCaretMoved);
System\windows\Documents\TextEditorMouse.cs (2)
618selection.Changed += OnSelectionChangedDuringGotFocus; 624selection.Changed -= OnSelectionChangedDuringGotFocus;
System\Windows\Documents\TextRange.cs (1)
454/// <see cref="ITextRange.Changed"/>
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
35_selection.Changed += new EventHandler(OnSelectionChanged);