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)
53
if (
_tipWindow
is not null)
56
toolInfo.SendMessage(
_tipWindow
, PInvoke.TTM_ADDTOOLW);
118
_tipWindow
.CreateHandle(cparams);
121
_tipWindow
,
126
_tipWindow
,
130
PInvokeCore.SendMessage(
_tipWindow
, PInvoke.TTM_SETDELAYTIME, (WPARAM)PInvoke.TTDT_INITIAL);
146
if (
_tipWindow
is not null)
148
_tipWindow
.DestroyHandle();
259
if (
_tipWindow
is not null)
262
info.SendMessage(
_tipWindow
, PInvoke.TTM_DELTOOLW);
348
if (
_tipWindow
is not null)
357
toolInfo.SendMessage(
_tipWindow
, PInvoke.TTM_SETTOOLINFOW);