8 references to SetLeft
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
130
Canvas.
SetLeft
(border, view.ViewportRight - border.DesiredSize.Width);
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
151
Canvas.
SetLeft
(this, Math.Max(0, left));
PresentationFramework (5)
System\Windows\Controls\Slider.cs (3)
996
Canvas.
SetLeft
(rangeElement, (thumbSize.Width * 0.5) + Math.Max(Maximum - SelectionEnd, 0) * valueToSize);
1000
Canvas.
SetLeft
(rangeElement, (thumbSize.Width * 0.5) + Math.Max(SelectionStart - Minimum, 0) * valueToSize);
1067
Canvas.
SetLeft
(rangeElement, (thumbSize.Width * 0.5));
System\Windows\Input\KeyboardNavigation.cs (2)
596
Canvas.
SetLeft
(control, rect.X);
616
Canvas.
SetLeft
(control, rect.X);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (1)
358
Canvas.
SetLeft
(_popupToggleButton, currentXPosition + popupToggleButtonOffset.X);