5 references to SetLeft
PresentationFramework (4)
src\Framework\System\Windows\Controls\Slider.cs (2)
1029
Canvas.
SetLeft
(rangeElement, (thumbSize.Width * 0.5) + Math.Max(Maximum - SelectionEnd, 0) * valueToSize);
1033
Canvas.
SetLeft
(rangeElement, (thumbSize.Width * 0.5) + Math.Max(SelectionStart - Minimum, 0) * valueToSize);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
653
Canvas.
SetLeft
(control, rect.X);
671
Canvas.
SetLeft
(control, rect.X);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
124
Canvas.
SetLeft
(this.lookupWindowRectangle, left);