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