12 types derived from Panel
System.Web.Mobile (3)
UI\MobileControls\Design\Util\DefaultDialogButtons.cs (1)
25internal class DefaultDialogButtons : Panel
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
23internal class EditableTreeList : Panel
UI\MobileControls\Design\Util\HeaderPanel.cs (1)
19internal class HeaderPanel : Panel
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridView.cs (1)
7059internal class DataGridViewEditingPanel : Panel
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (1)
35public abstract class ComponentEditorPage : Panel {
winforms\Managed\System\WinForms\FlowLayoutPanel.cs (1)
23public class FlowLayoutPanel : Panel, IExtenderProvider {
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
36public sealed class SplitterPanel : Panel {
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
33public class TableLayoutPanel : Panel, IExtenderProvider {
winforms\Managed\System\WinForms\TabPage.cs (1)
39public class TabPage : Panel {
winforms\Managed\System\WinForms\ToolStripContentPanel.cs (1)
27public class ToolStripContentPanel : Panel {
System.WorkflowServices (2)
System\Workflow\Activities\Design\EditableLabelControl.cs (1)
13internal class EditableLabelControl : Panel
System\Workflow\Activities\Design\GradientPanel.cs (1)
16internal partial class GradientPanel : Panel
23 instantiations of Panel
System.Web.Entity.Design (5)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (1)
48this._insertUpdateDeletePanel = new System.Windows.Forms.Panel();
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (2)
162this._checkBoxPanel = new System.Windows.Forms.Panel(); 163this._statementPanel = new System.Windows.Forms.Panel();
System\Data\WebControls\Design\Util\TaskFormBase.cs (2)
76this._taskPanel = new System.Windows.Forms.Panel(); 79this._headerPanel = new System.Windows.Forms.Panel();
System.Web.Mobile (7)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
147this._pnlMain = new System.Windows.Forms.Panel();
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (4)
220this._pnlMain = new System.Windows.Forms.Panel(); 228this._pnlRight = new System.Windows.Forms.Panel(); 231this._pnlCompare = new System.Windows.Forms.Panel(); 234this._pnlDelegate = new System.Windows.Forms.Panel();
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
139this._pnlMain = new System.Windows.Forms.Panel();
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
50private Panel _pnlMain = new Panel();
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (1)
2839this.editingPanel = AccessibilityImprovements.Level3 ? new DataGridViewEditingPanel(this) : new Panel();
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
44private Panel pageHost = new Panel();
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (3)
37this.rulesPanel = new System.Windows.Forms.Panel(); 45this.preiviewPanel = new System.Windows.Forms.Panel(); 46this.previewRichEditBoxPanel = new System.Windows.Forms.Panel();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
40this.panel1 = new System.Windows.Forms.Panel();
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
33this.dummyPanel = new System.Windows.Forms.Panel();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
140this.themePanel = new System.Windows.Forms.Panel(); 141this.themeConfigPanel = new System.Windows.Forms.Panel(); 145this.dummyPreviewPanel = new System.Windows.Forms.Panel();
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
44this.panelTraceLevel = new System.Windows.Forms.Panel();
34 references to Panel
System.Web.Entity.Design (6)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (1)
174private System.Windows.Forms.Panel _insertUpdateDeletePanel;
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (2)
25private System.Windows.Forms.Panel _checkBoxPanel; 27private System.Windows.Forms.Panel _statementPanel;
System\Data\WebControls\Design\Util\TaskFormBase.cs (3)
28private System.Windows.Forms.Panel _taskPanel; 30private System.Windows.Forms.Panel _headerPanel; 60protected System.Windows.Forms.Panel TaskPanel
System.Web.Mobile (8)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
48private System.Windows.Forms.Panel _pnlMain;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (4)
56private System.Windows.Forms.Panel _pnlCompare; 61private System.Windows.Forms.Panel _pnlDelegate; 64private System.Windows.Forms.Panel _pnlRight; 65private System.Windows.Forms.Panel _pnlMain;
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
52private System.Windows.Forms.Panel _pnlMain;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (2)
23using Panel = System.Windows.Forms.Panel; 50private Panel _pnlMain = new Panel();
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridView.cs (2)
303private Panel editingPanel; 2833public Panel EditingPanel
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (2)
492private Panel panel; 494public DataGridViewEditingPanelAccessibleObject(DataGridView dataGridView, Panel panel) : base(panel)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
44private Panel pageHost = new Panel();
winforms\Managed\System\WinForms\Panel.cs (2)
25/// Represents a <see cref='System.Windows.Forms.Panel'/> 43/// <para>Initializes a new instance of the <see cref='System.Windows.Forms.Panel'/> class.</para>
winforms\Managed\System\WinForms\SplitterPanel.cs (4)
202return ((Panel)this).Height; 205((Panel)this).Height = value; 424return ((Panel)this).Width; 427((Panel)this).Width = value;
System.Workflow.Activities (4)
Rules\Design\Dialogs\BasicBrowserDialog.Designer.cs (3)
243private System.Windows.Forms.Panel rulesPanel; 245private System.Windows.Forms.Panel preiviewPanel; 255private System.Windows.Forms.Panel previewRichEditBoxPanel;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
384private System.Windows.Forms.Panel panel1;
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
184private System.Windows.Forms.Panel dummyPanel;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
34private System.Windows.Forms.Panel themePanel; 35private System.Windows.Forms.Panel themeConfigPanel; 36private System.Windows.Forms.Panel dummyPreviewPanel;
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
288private System.Windows.Forms.Panel panelTraceLevel;