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