9 references to SetTop
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
150
Canvas.
SetTop
(this, Math.Max(0, 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)
1018
Canvas.
SetTop
(rangeElement, (thumbSize.Height * 0.5) + Math.Max(SelectionStart - Minimum, 0) * valueToSize);
1022
Canvas.
SetTop
(rangeElement, (thumbSize.Height * 0.5) + Math.Max(Maximum - SelectionEnd,0) * valueToSize);
1086
Canvas.
SetTop
(rangeElement, (thumbSize.Height * 0.5));
System\Windows\Input\KeyboardNavigation.cs (2)
597
Canvas.
SetTop
(control, rect.Y);
617
Canvas.
SetTop
(control, rect.Y);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (1)
359
Canvas.
SetTop
(_popupToggleButton, currentYPosition + popupToggleButtonOffset.Y);