1 implementation of IComponentEditorPageSite
System.Windows.Forms (1)
System\Windows\Forms\Design\ComponentEditorForm.ComponentEditorPageSite.cs (1)
15private sealed class ComponentEditorPageSite : IComponentEditorPageSite
2 references to IComponentEditorPageSite
System.Windows.Forms (2)
System\Windows\Forms\Design\ComponentEditorPage.cs (2)
47protected IComponentEditorPageSite? PageSite { get; set; } 225public virtual void SetSite(IComponentEditorPageSite? site)