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)
54
if (
_tipWindow
is not null)
57
toolInfo.SendMessage(
_tipWindow
, PInvoke.TTM_ADDTOOLW);
119
_tipWindow
.CreateHandle(cparams);
124
_tipWindow
.HWND,
130
_tipWindow
,
135
_tipWindow
,
139
PInvokeCore.SendMessage(
_tipWindow
, PInvoke.TTM_SETDELAYTIME, (WPARAM)PInvoke.TTDT_INITIAL);
152
_tipWindow
?.DestroyHandle();
262
if (
_tipWindow
is not null)
265
info.SendMessage(
_tipWindow
, PInvoke.TTM_DELTOOLW);
351
if (
_tipWindow
is not null)
360
toolInfo.SendMessage(
_tipWindow
, PInvoke.TTM_SETTOOLINFOW);