1 write to errorDlg
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
481
errorDlg
= new GridErrorDlg(this.ownerGrid);
2 references to errorDlg
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
479
if (this.
errorDlg
== null) {
484
return
errorDlg
;