6 references to SetDelay
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerWidgets.cs (6)
2160
this.infoTip.
SetDelay
(NativeMethods.TTDT_INITIAL, 1000);
2161
this.infoTip.
SetDelay
(NativeMethods.TTDT_RESHOW, 1000);
2162
this.infoTip.
SetDelay
(NativeMethods.TTDT_AUTOPOP, 1000000);
2172
this.inplaceTip.
SetDelay
(NativeMethods.TTDT_INITIAL, 50);
2173
this.inplaceTip.
SetDelay
(NativeMethods.TTDT_RESHOW, 50);
2174
this.inplaceTip.
SetDelay
(NativeMethods.TTDT_AUTOPOP, 1000000);