5 references to ShowError
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.AxPropertyTypeEditor.cs (1)
39
uiSvc?.
ShowError
(ex, SR.ErrorTypeConverterFailed);
System\Windows\Forms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (1)
140
uiService.
ShowError
(ex, SR.ErrorPropertyPageFailed);
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyPageUITypeConverter.cs (1)
55
uiService.
ShowError
(ex, SR.ErrorTypeConverterFailed);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\CommandSet.CommandSetItem.cs (1)
185
_uiService?.
ShowError
(e, string.Format(SR.CommandSetError, e.Message));
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
229
uiService.
ShowError
(ex, string.Format(SR.FailedToCreateComponent, tool.DisplayName, exceptionMessage));