11 references to CurrentToolTip
PresentationFramework (11)
System\Windows\Controls\PopupControlService.cs (10)
151if (CurrentToolTip == null) 232if ((CurrentToolTip?.FromKeyboard ?? false) && (modifierKeys == ModifierKeys.Control) && 252(Keyboard.Modifiers == ModifierKeys.None) && (CurrentToolTip?.FromKeyboard ?? false)) 272if (owner == GetOwner(CurrentToolTip)) 316if (o == null || o == GetOwner(PendingToolTip) || o == GetOwner(CurrentToolTip)) 330ToolTip toReplace = CurrentToolTip; 519if (o == GetOwner(CurrentToolTip)) 538if (CurrentToolTip?.FromKeyboard ?? false) 742if (toolTip != CurrentToolTip) 925DependencyObject owner = GetOwner(CurrentToolTip);
System\Windows\Controls\ToolTip.cs (1)
487if (this == popupControlService.CurrentToolTip &&