2 writes to PendingToolTip
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (2)
322PendingToolTip = SentinelToolTip(o, triggerAction); 553PendingToolTip = null;
9 references to PendingToolTip
PresentationFramework (9)
System\Windows\Controls\PopupControlService.cs (9)
277if (owner == GetOwner(PendingToolTip)) 308if (PendingToolTip != null && !PendingToolTip.FromKeyboard && o != GetOwner(PendingToolTip)) 315if (o == null || o == GetOwner(PendingToolTip) || o == GetOwner(CurrentToolTip)) 398DependencyObject o = GetOwner(PendingToolTip); 513if (o == GetOwner(PendingToolTip)) 532if (PendingToolTip?.FromKeyboard ?? false) 551if (PendingToolTip != null)