20 references to Right
System.Windows.Forms (20)
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)
421
textFlags |= (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)
862
flags |= TextFormatFlags.
Right
;
885
flags |= TextFormatFlags.
Right
;
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2573
flags |= TextFormatFlags.
Right
;