10 references to SetTop
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
150
Canvas.
SetTop
(this, top);
InlineRename\UI\Dashboard\RenameDashboard.xaml.cs (1)
305
Canvas.
SetTop
(this, top);
LineSeparators\LineSeparatorTag.cs (1)
51
Canvas.
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)
1046
Canvas.
SetTop
(rangeElement, (thumbSize.Height * 0.5) + Math.Max(SelectionStart - Minimum, 0) * valueToSize);
1050
Canvas.
SetTop
(rangeElement, (thumbSize.Height * 0.5) + Math.Max(Maximum - SelectionEnd,0) * valueToSize);
1114
Canvas.
SetTop
(rangeElement, (thumbSize.Height * 0.5));
System\Windows\Input\KeyboardNavigation.cs (2)
606
Canvas.
SetTop
(control, rect.Y);
624
Canvas.
SetTop
(control, rect.Y);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (1)
362
Canvas.
SetTop
(_popupToggleButton, currentYPosition + popupToggleButtonOffset.Y);