3 references to SelectionStart
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\TickBar.cs (3)
162/// The DependencyProperty for the <see cref="SelectionStart"/> property. 533double y0 = (SelectionStart - Minimum) * logicalToPhysical + startPoint.Y; 638double x0 = (SelectionStart - Minimum) * logicalToPhysical + startPoint.X;