2 references to OnTextSelectionChanged
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextAdaptor.cs (2)
62
_textContainer.TextSelection.Changed += new EventHandler(
OnTextSelectionChanged
);
73
_textContainer.TextSelection.Changed -= new EventHandler(
OnTextSelectionChanged
);