11 references to CurrentToolTip
PresentationFramework (11)
System\Windows\Controls\PopupControlService.cs (10)
150
if (
CurrentToolTip
== null)
231
if ((
CurrentToolTip
?.FromKeyboard ?? false) && (modifierKeys == ModifierKeys.Control) &&
251
(Keyboard.Modifiers == ModifierKeys.None) && (
CurrentToolTip
?.FromKeyboard ?? false))
271
if (owner == GetOwner(
CurrentToolTip
))
315
if (o == null || o == GetOwner(PendingToolTip) || o == GetOwner(
CurrentToolTip
))
329
ToolTip toReplace =
CurrentToolTip
;
518
if (o == GetOwner(
CurrentToolTip
))
537
if (
CurrentToolTip
?.FromKeyboard ?? false)
738
if (toolTip !=
CurrentToolTip
)
921
DependencyObject owner = GetOwner(
CurrentToolTip
);
System\Windows\Controls\ToolTip.cs (1)
485
if (this == popupControlService.
CurrentToolTip
&&