2 writes to PendingToolTip
PresentationFramework (2)
System\Windows\Controls\PopupControlService.cs (2)
323PendingToolTip = SentinelToolTip(o, triggerAction); 554PendingToolTip = null;
9 references to PendingToolTip
PresentationFramework (9)
System\Windows\Controls\PopupControlService.cs (9)
278if (owner == GetOwner(PendingToolTip)) 309if (PendingToolTip != null && !PendingToolTip.FromKeyboard && o != GetOwner(PendingToolTip)) 316if (o == null || o == GetOwner(PendingToolTip) || o == GetOwner(CurrentToolTip)) 399DependencyObject o = GetOwner(PendingToolTip); 514if (o == GetOwner(PendingToolTip)) 533if (PendingToolTip?.FromKeyboard ?? false) 552if (PendingToolTip != null)