1 instantiation of GridErrorDlg
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
481
errorDlg = new
GridErrorDlg
(this.ownerGrid);
4 references to GridErrorDlg
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (2)
352
private
GridErrorDlg
parent;
353
public DetailsButton(
GridErrorDlg
form){
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
129
private
GridErrorDlg
errorDlg = null;
477
private
GridErrorDlg
ErrorDialog {