5 references to DirectionRightToLeft
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.cs (1)
636
stringFormat.FormatFlags = StringFormatFlags.
DirectionRightToLeft
;
System.Windows.Forms (3)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
482
format.FormatFlags |= StringFormatFlags.
DirectionRightToLeft
;
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
671
format.FormatFlags |= StringFormatFlags.
DirectionRightToLeft
;
System\Windows\Forms\Rendering\ControlPaint.cs (1)
2607
stringFormat.FormatFlags |= StringFormatFlags.
DirectionRightToLeft
;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
871
stringFormat = rightToLeft ? new(StringFormatFlags.
DirectionRightToLeft
) : new();