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