3 references to ValueFromPoint
PresentationFramework (3)
System\Windows\Controls\Primitives\ScrollBar.cs (2)
159
double newValue = Track.
ValueFromPoint
(pt);
469
double newValue = Track.
ValueFromPoint
(_latestRightButtonClickPoint);
System\Windows\Controls\Slider.cs (1)
779
double newValue = Track.
ValueFromPoint
(pt);