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