4 references to RtlReading
System.Windows.Forms (2)
src\Common\src\RTLAwareMessageBox.cs (1)
27options |= (MessageBoxOptions.RightAlign | MessageBoxOptions.RtlReading);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14620MessageBoxOptions.RightAlign | MessageBoxOptions.RtlReading);
System.Windows.Forms.Design (2)
src\Common\src\RTLAwareMessageBox.cs (1)
27options |= (MessageBoxOptions.RightAlign | MessageBoxOptions.RtlReading);
System\ComponentModel\Design\DesignerActionPanel.cs (1)
736options = (MessageBoxOptions.RightAlign | MessageBoxOptions.RtlReading);