2 writes to _tipWindow
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (2)
118
_tipWindow
= new NativeWindow();
150
_tipWindow
= null;
12 references to _tipWindow
System.Windows.Forms (12)
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (12)
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);
147
if (
_tipWindow
is not null)
149
_tipWindow
.DestroyHandle();
260
if (
_tipWindow
is not null)
263
info.SendMessage(
_tipWindow
, PInvoke.TTM_DELTOOLW);
349
if (
_tipWindow
is not null)
358
toolInfo.SendMessage(
_tipWindow
, PInvoke.TTM_SETTOOLINFOW);