4 writes to LastMouseOverWithToolTip
PresentationFramework (4)
src\Framework\System\Windows\Controls\PopupControlService.cs (4)
129LastMouseOverWithToolTip = null; 307LastMouseOverWithToolTip = null; 314LastMouseOverWithToolTip = o; 349LastMouseOverWithToolTip = null;
4 references to LastMouseOverWithToolTip
PresentationFramework (4)
src\Framework\System\Windows\Controls\PopupControlService.cs (4)
118if (LastMouseOverWithToolTip != null) 160if (directlyOver != LastMouseOverWithToolTip) 340else if (LastMouseOverWithToolTip == null || triggerAction != ToolTip.ToolTipTrigger.KeyboardFocus) 407if ((o == LastChecked) || (o == LastMouseOverWithToolTip) || (o == _currentToolTip) || WithinCurrentToolTip(o))