1 implementation of Changed
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
466event EventHandler ITextRange.Changed
12 references to Changed
PresentationFramework (12)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
613_selection.Changed += componentsRegister.SelectionHandler; 638_selection.Changed -= componentsRegister.SelectionHandler;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1501_textEditor.Selection.Changed += new EventHandler(OnSelectionChangedInternal);
System\Windows\Controls\TextAdaptor.cs (2)
54_textContainer.TextSelection.Changed += new EventHandler(OnTextSelectionChanged); 65_textContainer.TextSelection.Changed -= new EventHandler(OnTextSelectionChanged);
System\Windows\Documents\Speller.cs (3)
77_textEditor.Selection.Changed -= new EventHandler(OnCaretMoved); 505_textEditor.Selection.Changed += new EventHandler(OnCaretMoved); 619_textEditor.Selection.Changed -= new EventHandler(OnCaretMoved);
System\windows\Documents\TextEditorMouse.cs (2)
636selection.Changed += OnSelectionChangedDuringGotFocus; 642selection.Changed -= OnSelectionChangedDuringGotFocus;
System\Windows\Documents\TextRange.cs (1)
464/// <see cref="ITextRange.Changed"/>
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
38_selection.Changed += new EventHandler(OnSelectionChanged);