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)
1314
if (_mouseCapture != null && !
_isPhysicallyOver
)
1330
if (_mouseCapture != null && !
_isPhysicallyOver
)
1471
bool isPhysicallyOver =
_isPhysicallyOver
;