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