2 writes to _tipWindow
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (2)
117_tipWindow = new NativeWindow(); 149_tipWindow = null;
12 references to _tipWindow
System.Windows.Forms (12)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (12)
53if (_tipWindow is not null) 56toolInfo.SendMessage(_tipWindow, PInvoke.TTM_ADDTOOLW); 118_tipWindow.CreateHandle(cparams); 121_tipWindow, 126_tipWindow, 130PInvokeCore.SendMessage(_tipWindow, PInvoke.TTM_SETDELAYTIME, (WPARAM)PInvoke.TTDT_INITIAL); 146if (_tipWindow is not null) 148_tipWindow.DestroyHandle(); 259if (_tipWindow is not null) 262info.SendMessage(_tipWindow, PInvoke.TTM_DELTOOLW); 348if (_tipWindow is not null) 357toolInfo.SendMessage(_tipWindow, PInvoke.TTM_SETTOOLINFOW);