9 references to TTDT_INITIAL
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
51
UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_SETDELAYTIME, NativeMethods.
TTDT_INITIAL
, 0);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
971
UnsafeNativeMethods.SendMessage(new HandleRef(tipWindow, tipWindow.Handle), NativeMethods.TTM_SETDELAYTIME, NativeMethods.
TTDT_INITIAL
, 0);
winforms\Managed\System\WinForms\ToolTip.cs (7)
386
return delayTimes[NativeMethods.
TTDT_INITIAL
];
393
SetDelayTime(NativeMethods.
TTDT_INITIAL
, value);
732
delayTimes[NativeMethods.
TTDT_INITIAL
] = delayTimes[NativeMethods.TTDT_AUTOMATIC];
913
delayTimes[NativeMethods.
TTDT_INITIAL
] = GetDelayTime(NativeMethods.
TTDT_INITIAL
);
1408
delayTimes[NativeMethods.
TTDT_INITIAL
] = GetDelayTime(NativeMethods.
TTDT_INITIAL
);