26 references to 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 (5)
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();
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (1)
51public ComponentEditorPage() : base() {
winforms\Managed\System\WinForms\SplitterPanel.cs (1)
43: base() {
winforms\Managed\System\WinForms\TabPage.cs (1)
52: base() {
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();