26 references to Panel
System.Web.Entity.Design (5)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (1)
48
this._insertUpdateDeletePanel = new System.Windows.Forms.
Panel
();
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (2)
162
this._checkBoxPanel = new System.Windows.Forms.
Panel
();
163
this._statementPanel = new System.Windows.Forms.
Panel
();
System\Data\WebControls\Design\Util\TaskFormBase.cs (2)
76
this._taskPanel = new System.Windows.Forms.
Panel
();
79
this._headerPanel = new System.Windows.Forms.
Panel
();
System.Web.Mobile (7)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
147
this._pnlMain = new System.Windows.Forms.
Panel
();
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (4)
220
this._pnlMain = new System.Windows.Forms.
Panel
();
228
this._pnlRight = new System.Windows.Forms.
Panel
();
231
this._pnlCompare = new System.Windows.Forms.
Panel
();
234
this._pnlDelegate = new System.Windows.Forms.
Panel
();
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
139
this._pnlMain = new System.Windows.Forms.
Panel
();
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
50
private Panel _pnlMain = new
Panel
();
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridView.cs (1)
2839
this.editingPanel = AccessibilityImprovements.Level3 ? new DataGridViewEditingPanel(this) : new
Panel
();
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
44
private Panel pageHost = new
Panel
();
winforms\Managed\System\WinForms\Design\ComponentEditorPage.cs (1)
51
public 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)
37
this.rulesPanel = new System.Windows.Forms.
Panel
();
45
this.preiviewPanel = new System.Windows.Forms.
Panel
();
46
this.previewRichEditBoxPanel = new System.Windows.Forms.
Panel
();
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
40
this.panel1 = new System.Windows.Forms.
Panel
();
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
33
this.dummyPanel = new System.Windows.Forms.
Panel
();
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
140
this.themePanel = new System.Windows.Forms.
Panel
();
141
this.themeConfigPanel = new System.Windows.Forms.
Panel
();
145
this.dummyPreviewPanel = new System.Windows.Forms.
Panel
();
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
44
this.panelTraceLevel = new System.Windows.Forms.
Panel
();