1 instantiation of ComponentEditorPageSite
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
390
pageSites[n] = new
ComponentEditorPageSite
(pageHost, pageTypes[n], component, this);
2 references to ComponentEditorPageSite
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (2)
37
private
ComponentEditorPageSite
[] pageSites;
385
pageSites = new
ComponentEditorPageSite
[pageTypes.Length];