2 writes to _tipWindow
System.Windows.Forms (2)
System\Windows\Forms\Components\ErrorProvider\ErrorProvider.ErrorWindow.cs (2)
118_tipWindow = new NativeWindow(); 153_tipWindow = null;
12 references to _tipWindow
System.Windows.Forms (12)
System\Windows\Forms\Components\ErrorProvider\ErrorProvider.ErrorWindow.cs (12)
54if (_tipWindow is not null) 57toolInfo.SendMessage(_tipWindow, PInvoke.TTM_ADDTOOLW); 119_tipWindow.CreateHandle(cparams); 124_tipWindow.HWND, 130_tipWindow, 135_tipWindow, 139PInvokeCore.SendMessage(_tipWindow, PInvoke.TTM_SETDELAYTIME, (WPARAM)PInvoke.TTDT_INITIAL); 152_tipWindow?.DestroyHandle(); 262if (_tipWindow is not null) 265info.SendMessage(_tipWindow, PInvoke.TTM_DELTOOLW); 351if (_tipWindow is not null) 360toolInfo.SendMessage(_tipWindow, PInvoke.TTM_SETTOOLINFOW);