2 types derived from Panel
System.Web.Mobile (2)
UI\MobileControls\Form.cs (1)
30
public class Form :
Panel
, ITemplateable, IPostBackEventHandler
UI\MobileControls\TemplateContainer.cs (1)
30
public class TemplateContainer :
Panel
, INamingContainer
28 references to Panel
System.Web.Mobile (28)
UI\MobileControls\Adapters\HtmlPanelAdapter.cs (2)
35
protected new
Panel
Control
39
return (
Panel
)base.Control;
UI\MobileControls\Adapters\WmlFormAdapter.cs (2)
85
Panel
header = Control.Header;
86
Panel
footer = Control.Footer;
UI\MobileControls\Adapters\WmlPanelAdapter.cs (2)
34
protected new
Panel
Control
38
return (
Panel
)base.Control;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPanelAdapter.cs (2)
26
protected new
Panel
Control {
28
return base.Control as
Panel
;
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
72
else if (parent is
Panel
)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (3)
36
private System.Web.UI.MobileControls.
Panel
_parentContainer;
274
if (parentContainer is System.Web.UI.MobileControls.
Panel
)
276
_parentContainer = (System.Web.UI.MobileControls.
Panel
) parentContainer;
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (2)
373
if (_control.Parent is
Panel
)
375
((
Panel
)_control.Parent).Style.ApplyTo(style);
UI\MobileControls\Design\PanelDesigner.cs (5)
22
/// Provides design-time support for the <see cref='System.Web.UI.MobileControls.
Panel
'/>
26
/// <seealso cref='System.Web.UI.MobileControls.
Panel
'/>
34
private
Panel
_panel;
108
Debug.Assert(component is
Panel
,
114
_panel = (
Panel
) component;
UI\MobileControls\Form.cs (6)
39
private
Panel
_headerContainer = null;
40
private
Panel
_footerContainer = null;
41
private
Panel
_scriptContainer = null;
242
public
Panel
Header
256
public
Panel
Footer
270
public
Panel
Script
UI\MobileControls\ObjectList.cs (1)
433
public
Panel
Details
UI\MobileControls\Panel.cs (2)
29
Panel
_deviceSpecificContents = null;
173
public
Panel
Content