2 writes to _isPhysicallyOver
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1244
_isPhysicallyOver
= false;
1653
_isPhysicallyOver
= mouseOver == null ? false : isPhysicallyOver;
3 references to _isPhysicallyOver
PresentationCore (3)
System\Windows\Input\MouseDevice.cs (3)
1323
if (_mouseCapture != null && !
_isPhysicallyOver
)
1341
if (_mouseCapture != null && !
_isPhysicallyOver
)
1486
bool isPhysicallyOver =
_isPhysicallyOver
;