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)
1323if (_mouseCapture != null && !_isPhysicallyOver) 1339if (_mouseCapture != null && !_isPhysicallyOver) 1480bool isPhysicallyOver = _isPhysicallyOver;