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)
54
if (
_tipWindow
is not null)
57
toolInfo.SendMessage(
_tipWindow
, PInvoke.TTM_ADDTOOLW);
119
_tipWindow
.CreateHandle(cparams);
122
_tipWindow
,
127
_tipWindow
,
131
PInvokeCore.SendMessage(
_tipWindow
, PInvoke.TTM_SETDELAYTIME, (WPARAM)PInvoke.TTDT_INITIAL);
144
_tipWindow
?.DestroyHandle();
254
if (
_tipWindow
is not null)
257
info.SendMessage(
_tipWindow
, PInvoke.TTM_DELTOOLW);
343
if (
_tipWindow
is not null)
352
toolInfo.SendMessage(
_tipWindow
, PInvoke.TTM_SETTOOLINFOW);