11 references to Left
PresentationFramework (10)
MS\Internal\Documents\TextBoxView.cs (1)
2896case HorizontalAlignment.Left:
MS\Internal\PtsHost\FloaterParagraph.cs (2)
140case HorizontalAlignment.Left: 806return HorizontalAlignment.Left;
System\Windows\Controls\Control.cs (1)
294new FrameworkPropertyMetadata(HorizontalAlignment.Left),
System\Windows\Controls\DatePicker.cs (1)
1083_calendar.HorizontalAlignment = HorizontalAlignment.Left;
System\Windows\Controls\GridSplitter.cs (1)
344case HorizontalAlignment.Left:
System\Windows\Documents\TextRangeEdit.cs (2)
1165horizontalAlignment = HorizontalAlignment.Left; 1187case HorizontalAlignment.Left:
System\Windows\FrameworkElement.cs (2)
3768return ( ha == HorizontalAlignment.Left 4832ha = HorizontalAlignment.Left;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (1)
396if (childAlignment == HorizontalAlignment.Left ||