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