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