12 references to Left
Microsoft.VisualStudio.LanguageServices (1)
PreviewPane\PreviewPane.xaml.cs (1)
143previewElement.HorizontalAlignment = HorizontalAlignment.Left;
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (1)
2894case HorizontalAlignment.Left:
MS\Internal\PtsHost\FloaterParagraph.cs (2)
136case HorizontalAlignment.Left: 802return HorizontalAlignment.Left;
System\Windows\Controls\Control.cs (1)
285new FrameworkPropertyMetadata(HorizontalAlignment.Left),
System\Windows\Controls\DatePicker.cs (1)
1079_calendar.HorizontalAlignment = HorizontalAlignment.Left;
System\Windows\Controls\GridSplitter.cs (1)
338case HorizontalAlignment.Left:
System\Windows\Documents\TextRangeEdit.cs (2)
1163horizontalAlignment = HorizontalAlignment.Left; 1185case HorizontalAlignment.Left:
System\Windows\FrameworkElement.cs (2)
3764return ( ha == HorizontalAlignment.Left 4828ha = HorizontalAlignment.Left;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
394if (childAlignment == HorizontalAlignment.Left ||