2 writes to window
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolTip.cs (2)
117
window
= new ToolTipNativeWindow(this);
1092
window
= null;
15 references to window
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ToolTip.cs (15)
301
return
window
.Handle;
890
window
.CreateHandle(cp);
1042
window
.DestroyHandle();
1125
return (
window
!= null ?
window
.Handle != IntPtr.Zero: false);
1584
StartTimer(
window
, duration);
1952
if (
window
== null)
2434
if ( (tt.TipType & TipInfo.Type.Auto) != 0 &&
window
!= null )
2436
window
.DefWndProc(ref m);
2563
if (
window
!= null) {
2564
window
.DefWndProc(ref msg);
2574
if (!WmWindowPosChanged() &&
window
!= null)
2576
window
.DefWndProc(ref msg);
2647
if (
window
!= null) {
2648
window
.DefWndProc(ref msg);