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