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