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