1 reference to ShortDelay
PresentationFramework (1)
System\Windows\Controls\PopupControlService.cs (1)
380
int showDelay = (showNow ? 0 : useShortDelay ?
ShortDelay
: ToolTipService.GetInitialShowDelay(o));