2 references to OnTextSelectionChanged
PresentationFramework (2)
System\Windows\Controls\TextAdaptor.cs (2)
50
_textContainer.TextSelection.Changed += new EventHandler(
OnTextSelectionChanged
);
61
_textContainer.TextSelection.Changed -= new EventHandler(
OnTextSelectionChanged
);