1 type derived from ComponentEditorPage
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
867
private class SubComponentEditorPage :
ComponentEditorPage
11 references to ComponentEditorPage
System.Windows.Forms (11)
System\Windows\Forms\Design\ComponentEditorForm.ComponentEditorPageSite.cs (3)
18
internal
ComponentEditorPage
_pageControl;
38
_pageControl = (
ComponentEditorPage
)Activator.CreateInstance(pageClass)!;
105
internal
ComponentEditorPage
GetPageControl()
System\Windows\Forms\Design\ComponentEditorForm.cs (3)
206
ComponentEditorPage
page = _pageSites[n].GetPageControl();
246
ComponentEditorPage
page = _pageSites[n].GetPageControl();
349
ComponentEditorPage
page = _pageSites[n].GetPageControl();
System\Windows\Forms\Design\ComponentEditorPage.cs (3)
10
/// Provides a base implementation for a <see cref="
ComponentEditorPage
"/>.
17
/// Initializes a new instance of the <see cref="
ComponentEditorPage
"/> class.
93
get => _icon ??= new Icon(typeof(
ComponentEditorPage
), "ComponentEditorPage");
System\Windows\Forms\Design\WindowsFormsComponentEditor.cs (2)
46
/// Gets the set of <see cref="
ComponentEditorPage
"/> pages to be used.
51
/// Gets the index of the <see cref="
ComponentEditorPage
"/>