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