1 type derived from ComponentEditorPage
System.Windows.Forms.Tests (1)
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
867private class SubComponentEditorPage : ComponentEditorPage
11 references to ComponentEditorPage
System.Windows.Forms (11)
System\Windows\Forms\Design\ComponentEditorForm.ComponentEditorPageSite.cs (3)
18internal ComponentEditorPage _pageControl; 38_pageControl = (ComponentEditorPage)Activator.CreateInstance(pageClass)!; 105internal ComponentEditorPage GetPageControl()
System\Windows\Forms\Design\ComponentEditorForm.cs (3)
206ComponentEditorPage page = _pageSites[n].GetPageControl(); 246ComponentEditorPage page = _pageSites[n].GetPageControl(); 349ComponentEditorPage 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. 93get => _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"/>