13 references to Left
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
144previewElement.HorizontalAlignment = HorizontalAlignment.Left;
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
243HorizontalAlignment = HorizontalAlignment.Left,
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (1)
2853case HorizontalAlignment.Left:
MS\Internal\PtsHost\FloaterParagraph.cs (2)
128case HorizontalAlignment.Left: 796return HorizontalAlignment.Left;
System\Windows\Controls\Control.cs (1)
284new FrameworkPropertyMetadata(HorizontalAlignment.Left),
System\Windows\Controls\DatePicker.cs (1)
1075_calendar.HorizontalAlignment = HorizontalAlignment.Left;
System\Windows\Controls\GridSplitter.cs (1)
337case HorizontalAlignment.Left:
System\Windows\Documents\TextRangeEdit.cs (2)
1162horizontalAlignment = HorizontalAlignment.Left; 1184case HorizontalAlignment.Left:
System\Windows\FrameworkElement.cs (2)
3754return ( ha == HorizontalAlignment.Left 4820ha = HorizontalAlignment.Left;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
393if (childAlignment == HorizontalAlignment.Left ||