2 writes to _isPhysicallyOver
PresentationCore (2)
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
1371
_isPhysicallyOver
= false;
1748
_isPhysicallyOver
= mouseOver == null ? false : isPhysicallyOver;
3 references to _isPhysicallyOver
PresentationCore (3)
Core\CSharp\System\Windows\Input\MouseDevice.cs (3)
1446
if (_mouseCapture != null && !
_isPhysicallyOver
)
1462
if (_mouseCapture != null && !
_isPhysicallyOver
)
1585
bool isPhysicallyOver =
_isPhysicallyOver
;