11 references to RTLAwareMessageBox
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (1)
113RTLAwareMessageBox.Show(null, errString, SR.GetString(SR.PropertyGridTitle),
winforms\Managed\System\WinForms\DataGrid.cs (4)
1074DialogResult result = RTLAwareMessageBox.Show(null, 3683DialogResult result = RTLAwareMessageBox.Show(null, SR.GetString(SR.DataGridPushedIncorrectValueIntoColumn, 3750RTLAwareMessageBox.Show(null, SR.GetString(SR.DataGridExceptionInPaint), null, 4444RTLAwareMessageBox.Show(null, SR.GetString(SR.DataGridExceptionInPaint), null, MessageBoxButtons.OK,
winforms\Managed\System\WinForms\FileDialog.cs (1)
921ret = RTLAwareMessageBox.Show(null, message, caption, buttons, icon,
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3614RTLAwareMessageBox.Show(null, errString, SR.GetString(SR.PropertyGridTitle), MessageBoxButtons.OK, MessageBoxIcon.Error,
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1339RTLAwareMessageBox.Show(GridEntryHost, e.Message, SR.GetString(SR.PBRSErrorTitle), MessageBoxButtons.OK,
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
132RTLAwareMessageBox.Show(this, ex.Message, SR.GetString(SR.PBRSErrorTitle), MessageBoxButtons.OK, MessageBoxIcon.Warning,
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
1252RTLAwareMessageBox.Show(null, message, SR.GetString(SR.PropertyGridExceptionInfo),
winforms\Managed\System\WinForms\RTLAwareMessageBox.cs (1)
32if (RTLAwareMessageBox.IsRTLResources) {