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