2 writes to _isPhysicallyOver
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1271_isPhysicallyOver = false; 1670_isPhysicallyOver = mouseOver == null ? false : isPhysicallyOver;
3 references to _isPhysicallyOver
PresentationCore (3)
System\Windows\Input\MouseDevice.cs (3)
1346if (_mouseCapture != null && !_isPhysicallyOver) 1362if (_mouseCapture != null && !_isPhysicallyOver) 1503bool isPhysicallyOver = _isPhysicallyOver;