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