1 implementation of Changed
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
457event EventHandler ITextRange.Changed
12 references to Changed
PresentationFramework (12)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
611_selection.Changed += componentsRegister.SelectionHandler; 636_selection.Changed -= componentsRegister.SelectionHandler;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1440_textEditor.Selection.Changed += new EventHandler(OnSelectionChangedInternal);
System\Windows\Controls\TextAdaptor.cs (2)
51_textContainer.TextSelection.Changed += new EventHandler(OnTextSelectionChanged); 62_textContainer.TextSelection.Changed -= new EventHandler(OnTextSelectionChanged);
System\Windows\Documents\Speller.cs (3)
74_textEditor.Selection.Changed -= new EventHandler(OnCaretMoved); 488_textEditor.Selection.Changed += new EventHandler(OnCaretMoved); 599_textEditor.Selection.Changed -= new EventHandler(OnCaretMoved);
System\windows\Documents\TextEditorMouse.cs (2)
619selection.Changed += OnSelectionChangedDuringGotFocus; 625selection.Changed -= OnSelectionChangedDuringGotFocus;
System\Windows\Documents\TextRange.cs (1)
455/// <see cref="ITextRange.Changed"/>
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
36_selection.Changed += new EventHandler(OnSelectionChanged);