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