11 references to Left
PresentationFramework (10)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
2874case HorizontalAlignment.Left:
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (2)
142case HorizontalAlignment.Left: 836return HorizontalAlignment.Left;
src\Framework\System\Windows\Controls\Control.cs (1)
295new FrameworkPropertyMetadata(HorizontalAlignment.Left),
src\Framework\System\Windows\Controls\DatePicker.cs (1)
1072_calendar.HorizontalAlignment = HorizontalAlignment.Left;
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
346case HorizontalAlignment.Left:
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1167horizontalAlignment = HorizontalAlignment.Left; 1189case HorizontalAlignment.Left:
src\Framework\System\Windows\FrameworkElement.cs (2)
3774return ( ha == HorizontalAlignment.Left 4834ha = HorizontalAlignment.Left;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
860HorizontalAlignment = HorizontalAlignment.Left