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)
1322if (_mouseCapture != null && !_isPhysicallyOver) 1340if (_mouseCapture != null && !_isPhysicallyOver) 1482bool isPhysicallyOver = _isPhysicallyOver;