2 writes to PendingToolTip
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (2)
333PendingToolTip = SentinelToolTip(o, triggerAction); 558PendingToolTip = null;
9 references to PendingToolTip
PresentationFramework (9)
System\Windows\Controls\PopupControlService.cs (9)
288if (owner == GetOwner(PendingToolTip)) 319if (PendingToolTip != null && !PendingToolTip.FromKeyboard && o != GetOwner(PendingToolTip)) 326if (o == null || o == GetOwner(PendingToolTip) || o == GetOwner(CurrentToolTip)) 407DependencyObject o = GetOwner(PendingToolTip); 518if (o == GetOwner(PendingToolTip)) 537if (PendingToolTip?.FromKeyboard ?? false) 556if (PendingToolTip != null)