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