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