2 writes to _isPhysicallyOver
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1244_isPhysicallyOver = false; 1653_isPhysicallyOver = mouseOver == null ? false : isPhysicallyOver;
3 references to _isPhysicallyOver
PresentationCore (3)
System\Windows\Input\MouseDevice.cs (3)
1323if (_mouseCapture != null && !_isPhysicallyOver) 1341if (_mouseCapture != null && !_isPhysicallyOver) 1486bool isPhysicallyOver = _isPhysicallyOver;