11 references to CurrentToolTip
PresentationFramework (11)
System\Windows\Controls\PopupControlService.cs (10)
161if (CurrentToolTip == null) 242if ((CurrentToolTip?.FromKeyboard ?? false) && (modifierKeys == ModifierKeys.Control) && 262(Keyboard.Modifiers == ModifierKeys.None) && (CurrentToolTip?.FromKeyboard ?? false)) 282if (owner == GetOwner(CurrentToolTip)) 326if (o == null || o == GetOwner(PendingToolTip) || o == GetOwner(CurrentToolTip)) 340ToolTip toReplace = CurrentToolTip; 523if (o == GetOwner(CurrentToolTip)) 542if (CurrentToolTip?.FromKeyboard ?? false) 742if (toolTip != CurrentToolTip) 925DependencyObject owner = GetOwner(CurrentToolTip);
System\Windows\Controls\ToolTip.cs (1)
500if (this == popupControlService.CurrentToolTip &&