12 references to Top
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTag.cs (1)
180VerticalAlignment = VerticalAlignment.Top
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
143previewElement.VerticalAlignment = VerticalAlignment.Top;
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchToolWindowImpl.cs (2)
270VerticalAlignment = VerticalAlignment.Top, 277VerticalContentAlignment = VerticalAlignment.Top,
PresentationFramework (8)
MS\Internal\Documents\TextBoxView.cs (1)
3006case VerticalAlignment.Top:
System\Windows\Controls\Control.cs (1)
310new FrameworkPropertyMetadata(VerticalAlignment.Top),
System\Windows\Controls\DataGridCheckBoxColumn.cs (2)
44style.Setters.Add(new Setter(CheckBox.VerticalAlignmentProperty, VerticalAlignment.Top)); 73style.Setters.Add(new Setter(CheckBox.VerticalAlignmentProperty, VerticalAlignment.Top));
System\Windows\Controls\DatePicker.cs (1)
1076_calendar.VerticalAlignment = VerticalAlignment.Top;
System\Windows\Controls\GridSplitter.cs (1)
352case VerticalAlignment.Top:
System\Windows\FrameworkElement.cs (2)
3786return ( va == VerticalAlignment.Top 4826va = VerticalAlignment.Top;