3 references to PromotePendingToolTipToCurrent
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (3)
154PromotePendingToolTipToCurrent(ToolTipService.TriggerAction.Mouse); 382PromotePendingToolTipToCurrent(triggerAction); 390PendingToolTipTimer.Tick += new EventHandler((s, e) => { PromotePendingToolTipToCurrent(triggerAction); });