1 implementation of Changed
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextRange.cs (1)
456
event 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)
637
selection.
Changed
+= OnSelectionChangedDuringGotFocus;
643
selection.
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);