1 implementation of Changed
PresentationFramework (1)
System\Windows\Documents\TextRange.cs (1)
463event EventHandler ITextRange.Changed
12 references to Changed
PresentationFramework (12)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
607_selection.Changed += componentsRegister.SelectionHandler; 632_selection.Changed -= componentsRegister.SelectionHandler;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1492_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); 602_textEditor.Selection.Changed -= new EventHandler(OnCaretMoved);
System\windows\Documents\TextEditorMouse.cs (2)
622selection.Changed += OnSelectionChangedDuringGotFocus; 628selection.Changed -= OnSelectionChangedDuringGotFocus;
System\Windows\Documents\TextRange.cs (1)
461/// <see cref="ITextRange.Changed"/>
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
36_selection.Changed += new EventHandler(OnSelectionChanged);