2 writes to _tipWindow
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (2)
118_tipWindow = new NativeWindow(); 150_tipWindow = null;
12 references to _tipWindow
System.Windows.Forms (12)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (12)
54if (_tipWindow is not null) 57toolInfo.SendMessage(_tipWindow, PInvoke.TTM_ADDTOOLW); 119_tipWindow.CreateHandle(cparams); 122_tipWindow, 127_tipWindow, 131PInvokeCore.SendMessage(_tipWindow, PInvoke.TTM_SETDELAYTIME, (WPARAM)PInvoke.TTDT_INITIAL); 147if (_tipWindow is not null) 149_tipWindow.DestroyHandle(); 260if (_tipWindow is not null) 263info.SendMessage(_tipWindow, PInvoke.TTM_DELTOOLW); 349if (_tipWindow is not null) 358toolInfo.SendMessage(_tipWindow, PInvoke.TTM_SETTOOLINFOW);