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