2 references to OnTimeout
PresentationFramework (2)
System\Windows\Controls\TextSearch.cs (2)
535
_timeoutTimer.Tick += new EventHandler(
OnTimeout
);
730
OnTimeout
(_timeoutTimer, EventArgs.Empty);