2 writes to _tipWindow
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (2)
118_tipWindow = new NativeWindow(); 145_tipWindow = null;
11 references to _tipWindow
System.Windows.Forms (11)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (11)
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); 144_tipWindow?.DestroyHandle(); 254if (_tipWindow is not null) 257info.SendMessage(_tipWindow, PInvoke.TTM_DELTOOLW); 343if (_tipWindow is not null) 352toolInfo.SendMessage(_tipWindow, PInvoke.TTM_SETTOOLINFOW);