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