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