2 writes to timerWindow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Timer.cs (2)
134timerWindow = null; 172timerWindow = new TimerNativeWindow(this);
11 references to timerWindow
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Timer.cs (11)
128if (timerWindow != null) { 129timerWindow.StopTimer(); 150if (timerWindow == null) { 153return timerWindow.IsTimerRunning; 170if (timerWindow == null) { 177timerWindow.StartTimer(interval); 180if (timerWindow != null){ 181timerWindow.StopTimer(); 221Debug.Assert(DesignMode || timerWindow != null, "Why don't we have a timer HWND?"); 225if (!DesignMode && timerWindow != null) { 226timerWindow.RestartTimer(value);