3 references to ValueFromPoint
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
161double newValue = Track.ValueFromPoint(pt); 474double newValue = Track.ValueFromPoint(_latestRightButtonClickPoint);
src\Framework\System\Windows\Controls\Slider.cs (1)
782double newValue = Track.ValueFromPoint(pt);