2 writes to _isPhysicallyOver
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1239_isPhysicallyOver = false; 1638_isPhysicallyOver = mouseOver == null ? false : isPhysicallyOver;
3 references to _isPhysicallyOver
PresentationCore (3)
System\Windows\Input\MouseDevice.cs (3)
1314if (_mouseCapture != null && !_isPhysicallyOver) 1330if (_mouseCapture != null && !_isPhysicallyOver) 1471bool isPhysicallyOver = _isPhysicallyOver;