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