15 references to ShowError
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1104
uiService.
ShowError
(e);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.ExceptionEditor.cs (1)
23
uiService.
ShowError
(ex);
System.Windows.Forms.Design (9)
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (1)
153
uis.
ShowError
(e);
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
578
_serviceProvider.GetService<IUIService>()?.
ShowError
(ex);
System\Windows\Forms\Design\ComponentTray.cs (1)
836
uis.
ShowError
(e);
System\Windows\Forms\Design\ControlDesigner.cs (1)
423
uis.
ShowError
(e);
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
707
uiService.
ShowError
(ex);
System\Windows\Forms\Design\ListViewDesigner.cs (1)
192
uiService.
ShowError
(ex);
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
207
uiService?.
ShowError
(argumentEx);
System\Windows\Forms\Design\SelectionUIService.cs (1)
127
uis.
ShowError
(e);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
626
uiService?.
ShowError
(argumentEx);
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\CollectionFormTests.cs (4)
402
.Setup(s => s.
ShowError
(exception))
443
mockService.Verify(s => s.
ShowError
(exception), Times.Once());
729
.Setup(s => s.
ShowError
(exception))
753
mockService.Verify(s => s.
ShowError
(exception), Times.Once());