3 references to HandleMouseSelectionTick
PresentationFramework (3)
System\windows\Documents\TextEditor.cs (3)
502
_mouseSelectionState.Timer.Tick += new EventHandler(
HandleMouseSelectionTick
);
509
HandleMouseSelectionTick
(_mouseSelectionState.Timer, EventArgs.Empty);
522
_mouseSelectionState.Timer.Tick -= new EventHandler(
HandleMouseSelectionTick
);