9 references to SetLeft
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
131
Canvas.
SetLeft
(border, view.ViewportRight - border.DesiredSize.Width);
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
151
Canvas.
SetLeft
(this, left);
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
306
Canvas.
SetLeft
(this, _textView.ViewportLeft + _textView.VisualElement.RenderSize.Width - this.RenderSize.Width);
PresentationFramework (5)
System\Windows\Controls\Slider.cs (3)
1024
Canvas.
SetLeft
(rangeElement, (thumbSize.Width * 0.5) + Math.Max(Maximum - SelectionEnd, 0) * valueToSize);
1028
Canvas.
SetLeft
(rangeElement, (thumbSize.Width * 0.5) + Math.Max(SelectionStart - Minimum, 0) * valueToSize);
1095
Canvas.
SetLeft
(rangeElement, (thumbSize.Width * 0.5));
System\Windows\Input\KeyboardNavigation.cs (2)
605
Canvas.
SetLeft
(control, rect.X);
623
Canvas.
SetLeft
(control, rect.X);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (1)
361
Canvas.
SetLeft
(_popupToggleButton, currentXPosition + popupToggleButtonOffset.X);