2 writes to LastMouseDirectlyOver
PresentationFramework (2)
src\Framework\System\Windows\Controls\PopupControlService.cs (2)
117LastMouseDirectlyOver = null; 159LastMouseDirectlyOver = directlyOver;
2 references to LastMouseDirectlyOver
PresentationFramework (2)
src\Framework\System\Windows\Controls\PopupControlService.cs (2)
115if (LastMouseDirectlyOver != null) 157if (directlyOver != LastMouseDirectlyOver)