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