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