6 overrides of Font
System.Web (4)
UI\WebControls\AdRotator.cs (1)
146
public override FontInfo
Font
{
UI\WebControls\Image.cs (1)
84
public override FontInfo
Font
{
UI\WebParts\DeclarativeCatalogPart.cs (1)
234
public override FontInfo
Font
{
UI\WebParts\PageCatalogPart.cs (1)
219
public override FontInfo
Font
{
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
1795
public override FontInfo
Font
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
495
public override FontInfo
Font
{
48 references to Font
System.Web (38)
ErrorFormatter.cs (4)
192
label.
Font
.Bold = true;
193
label.
Font
.Size = FontUnit.Large;
200
label.
Font
.Bold = true;
201
label.
Font
.Italic = true;
UI\WebControls\AdRotator.cs (1)
148
return base.
Font
;
UI\WebControls\Calendar.cs (3)
883
titleTable.
Font
.CopyFrom(titleStyle.Font);
884
titleTable.
Font
.MergeWith(this.
Font
);
UI\WebControls\ChangePassword.cs (5)
2473
createUserLink.
Font
.CopyFrom(_hyperLinkStyle.Font);
2475
passwordRecoveryLink.
Font
.CopyFrom(_hyperLinkStyle.Font);
2477
helpPageLink.
Font
.CopyFrom(_hyperLinkStyle.Font);
2479
editProfileLink.
Font
.CopyFrom(_hyperLinkStyle.Font);
2558
editProfileLink.
Font
.CopyFrom(_hyperLinkStyle.Font);
UI\WebControls\CreateUserWizard.cs (2)
2001
helpPageLink.
Font
.CopyFrom(_hyperLinkStyle.Font);
2077
editProfileLink.
Font
.CopyFrom(_hyperLinkStyle.Font);
UI\WebControls\FormView.cs (8)
2540
if (
Font
.Bold ||
2541
Font
.Italic ||
2542
!String.IsNullOrEmpty(
Font
.Name) ||
2543
(
Font
.Names.Length != 0) ||
2544
Font
.Overline ||
2545
(
Font
.Size != FontUnit.Empty) ||
2546
Font
.Strikeout ||
2547
Font
.Underline) {
UI\WebControls\Image.cs (1)
88
return base.
Font
;
UI\WebControls\login.cs (3)
1656
createUserLink.
Font
.CopyFrom(HyperLinkStyle.Font);
1658
passwordRecoveryLink.
Font
.CopyFrom(HyperLinkStyle.Font);
1660
helpPageLink.
Font
.CopyFrom(HyperLinkStyle.Font);
UI\WebControls\LoginUtil.cs (1)
63
control.
Font
.CopyFrom(style.Font);
UI\WebControls\Menu.cs (1)
2073
_rootMenuItemStyle.Font.CopyFrom(
Font
);
UI\WebControls\MenuRendererClassic.cs (2)
219
if (Menu.
Font
!= null) {
221
Menu.
Font
.Reset();
UI\WebControls\PasswordRecovery.cs (2)
1947
helpPageLink.
Font
.CopyFrom(HyperLinkStyle.Font);
2145
helpPageLink.
Font
.CopyFrom(HyperLinkStyle.Font);
UI\WebControls\SiteMapPath.cs (1)
589
link.
Font
.Underline = style.Font.Underline;
UI\WebControls\TreeView.cs (1)
989
_baseNodeStyle.Font.CopyFrom(
Font
);
UI\WebParts\DeclarativeCatalogPart.cs (1)
235
get { return base.
Font
; }
UI\WebParts\PageCatalogPart.cs (1)
220
get { return base.
Font
; }
UI\WebParts\RowToParametersTransformer.cs (1)
261
label.
Font
.Bold = true;
System.Web.DataVisualization (3)
WebForm\ChartWebControl.cs (1)
1799
return base.
Font
;
WebForm\General\ChartHttpHandler.cs (2)
645
result.
Font
.Names = new string[] { "Tahoma", "Ariel" };
646
result.
Font
.Size = new FontUnit(10, UnitType.Point);
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
497
return base.
Font
;
System.Web.Mobile (6)
UI\MobileControls\Style.cs (6)
82
control.
Font
.Name = (String)this[FontNameKey, true];
86
control.
Font
.Size = FontUnit.Small;
89
control.
Font
.Size = FontUnit.Large;
92
control.
Font
.Size = FontUnit.Medium;
95
control.
Font
.Bold = ((BooleanOption)this[BoldKey, true]) == BooleanOption.True;
96
control.
Font
.Italic = ((BooleanOption)this[ItalicKey, true]) == BooleanOption.True;