2 writes to _isPhysicallyOver
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1248
_isPhysicallyOver
= false;
1647
_isPhysicallyOver
= mouseOver == null ? false : isPhysicallyOver;
3 references to _isPhysicallyOver
PresentationCore (3)
System\Windows\Input\MouseDevice.cs (3)
1323
if (_mouseCapture != null && !
_isPhysicallyOver
)
1339
if (_mouseCapture != null && !
_isPhysicallyOver
)
1480
bool isPhysicallyOver =
_isPhysicallyOver
;