2 writes to _isPhysicallyOver
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1243
_isPhysicallyOver
= false;
1649
_isPhysicallyOver
= mouseOver == null ? false : isPhysicallyOver;
3 references to _isPhysicallyOver
PresentationCore (3)
System\Windows\Input\MouseDevice.cs (3)
1322
if (_mouseCapture != null && !
_isPhysicallyOver
)
1340
if (_mouseCapture != null && !
_isPhysicallyOver
)
1482
bool isPhysicallyOver =
_isPhysicallyOver
;