26 references to Right
System.Windows.Forms (26)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
4075
textFormatFlags |= TextFormatFlags.
Right
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (1)
324
flags |= TextFormatFlags.
Right
System\Windows\Forms\Controls\DataGridView\DataGridViewUtilities.cs (7)
48
tff |= TextFormatFlags.
Right
;
67
tff |= TextFormatFlags.
Right
;
75
tff |= TextFormatFlags.
Right
;
94
tff |= TextFormatFlags.
Right
;
102
tff |= TextFormatFlags.
Right
;
121
tff |= TextFormatFlags.
Right
;
464
TextFormatFlags.
Right
|
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
450
textFlags |= (TextFormatFlags.
Right
| TextFormatFlags.RightToLeft);
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (1)
704
flags |= TextFormatFlags.
Right
| TextFormatFlags.RightToLeft;
System\Windows\Forms\Controls\GroupBox\GroupBoxRenderer.cs (6)
191
if ((flags & TextFormatFlags.
Right
) == TextFormatFlags.
Right
)
219
if ((flags & TextFormatFlags.
Right
) == TextFormatFlags.
Right
)
294
if ((flags & TextFormatFlags.
Right
) == TextFormatFlags.
Right
)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
700
flags |= TextFormatFlags.
Right
;
System\Windows\Forms\Controls\ListView\DrawListViewColumnHeaderEventArgs.cs (1)
130
TextFormatFlags.
Right
);
System\Windows\Forms\Controls\ListView\DrawListViewSubItemEventArgs.cs (1)
126
TextFormatFlags.
Right
);
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
908
flags |= TextFormatFlags.
Right
;
931
flags |= TextFormatFlags.
Right
;
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (3)
675
ContentAlignment.TopRight => TextFormatFlags.Top | TextFormatFlags.
Right
,
677
ContentAlignment.MiddleRight => TextFormatFlags.VerticalCenter | TextFormatFlags.
Right
,
680
ContentAlignment.BottomRight => TextFormatFlags.Bottom | TextFormatFlags.
Right
,
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2573
flags |= TextFormatFlags.
Right
;