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