2 writes to tipWindow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
966
tipWindow
= new NativeWindow();
987
tipWindow
= null;
17 references to tipWindow
System.Windows.Forms (17)
winforms\Managed\System\WinForms\ErrorProvider.cs (17)
923
UnsafeNativeMethods.SendMessage(new HandleRef(
tipWindow
,
tipWindow
.Handle), NativeMethods.TTM_ADDTOOL, 0, toolInfo);
967
tipWindow
.CreateHandle(cparams);
969
UnsafeNativeMethods.SendMessage(new HandleRef(
tipWindow
,
tipWindow
.Handle), NativeMethods.TTM_SETMAXTIPWIDTH, 0, SystemInformation.MaxWindowTrackSize.Width);
970
SafeNativeMethods.SetWindowPos(new HandleRef(
tipWindow
,
tipWindow
.Handle), NativeMethods.HWND_TOP, 0, 0, 0, 0, NativeMethods.SWP_NOSIZE | NativeMethods.SWP_NOMOVE | NativeMethods.SWP_NOACTIVATE);
971
UnsafeNativeMethods.SendMessage(new HandleRef(
tipWindow
,
tipWindow
.Handle), NativeMethods.TTM_SETDELAYTIME, NativeMethods.TTDT_INITIAL, 0);
985
if (
tipWindow
!= null) {
986
tipWindow
.DestroyHandle();
1130
if (
tipWindow
!= null) {
1135
UnsafeNativeMethods.SendMessage(new HandleRef(
tipWindow
,
tipWindow
.Handle), NativeMethods.TTM_DELTOOL, 0, toolInfo);
1220
if (
tipWindow
!= null) {
1231
UnsafeNativeMethods.SendMessage(new HandleRef(
tipWindow
,
tipWindow
.Handle), NativeMethods.TTM_SETTOOLINFO, 0, toolInfo);