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