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