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