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)
1446if (_mouseCapture != null && !_isPhysicallyOver) 1462if (_mouseCapture != null && !_isPhysicallyOver) 1585bool isPhysicallyOver = _isPhysicallyOver;