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