6 instantiations of HeaderLabel
System.Web.Mobile (6)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
216
this._lblHeader = new
HeaderLabel
();
UI\MobileControls\Design\MobileControlDesigner.cs (1)
570
HeaderLabel lblDescription = new
HeaderLabel
();
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
983
HeaderLabel lblDescription = new
HeaderLabel
();
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
591
HeaderLabel lblDescription = new
HeaderLabel
();
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1290
this.LblHeader = new
HeaderLabel
();
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
598
HeaderLabel lblDescription = new
HeaderLabel
();
8 references to HeaderLabel
System.Web.Mobile (8)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
69
private
HeaderLabel
_lblHeader;
UI\MobileControls\Design\MobileControlDesigner.cs (1)
570
HeaderLabel
lblDescription = new HeaderLabel();
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
983
HeaderLabel
lblDescription = new HeaderLabel();
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
591
HeaderLabel
lblDescription = new HeaderLabel();
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
1283
internal
HeaderLabel
LblHeader;
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
598
HeaderLabel
lblDescription = new HeaderLabel();
UI\MobileControls\Design\Util\HeaderPanel.cs (2)
23
internal void RequestNewHeight(
HeaderLabel
header, int height)
77
if(child is
HeaderLabel
)