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