2 references to ArePointsClose
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1481bool isGlobalChange = ArePointsClose(ptClient, _lastPosition) == false; // determine if the mouse actually physically moved 1669bool isLocalChange = isMouseOverChange || ArePointsClose(ptRelativeToOver, _positionRelativeToOver) == false;