9 references to Right
PresentationFramework (9)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
2879
case HorizontalAlignment.
Right
:
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (2)
136
case HorizontalAlignment.
Right
:
842
return HorizontalAlignment.
Right
;
src\Framework\System\Windows\Controls\GridSplitter.cs (2)
99
FrameworkElement.HorizontalAlignmentProperty.OverrideMetadata(typeof(GridSplitter), new FrameworkPropertyMetadata(HorizontalAlignment.
Right
));
349
case HorizontalAlignment.
Right
:
src\Framework\System\Windows\Documents\TextRangeEdit.cs (2)
1173
horizontalAlignment = HorizontalAlignment.
Right
;
1195
case HorizontalAlignment.
Right
:
src\Framework\System\Windows\FrameworkElement.cs (2)
3776
|| ha == HorizontalAlignment.
Right
4849
else if (ha == HorizontalAlignment.
Right
)