10 references to SetTop
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
150Canvas.SetTop(this, top);
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
305Canvas.SetTop(this, top);
LineSeparators\LineSeparatorTag.cs (1)
51Canvas.SetTop(border, bounds.Bounds.Bottom - border.Height);
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceGlyphManager.cs (1)
161=> Canvas.SetTop(glyph, line.TextTop - _textView.ViewportTop);
PresentationFramework (5)
System\Windows\Controls\Slider.cs (3)
1046Canvas.SetTop(rangeElement, (thumbSize.Height * 0.5) + Math.Max(SelectionStart - Minimum, 0) * valueToSize); 1050Canvas.SetTop(rangeElement, (thumbSize.Height * 0.5) + Math.Max(Maximum - SelectionEnd,0) * valueToSize); 1114Canvas.SetTop(rangeElement, (thumbSize.Height * 0.5));
System\Windows\Input\KeyboardNavigation.cs (2)
606Canvas.SetTop(control, rect.Y); 624Canvas.SetTop(control, rect.Y);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (1)
362Canvas.SetTop(_popupToggleButton, currentYPosition + popupToggleButtonOffset.Y);