63 references to Font
System.Web (57)
UI\WebControls\Calendar.cs (1)
883
titleTable.Font.CopyFrom(titleStyle.
Font
);
UI\WebControls\ChangePassword.cs (7)
2471
hyperLinkStyleExceptFont.
Font
.Reset();
2473
createUserLink.Font.CopyFrom(_hyperLinkStyle.
Font
);
2475
passwordRecoveryLink.Font.CopyFrom(_hyperLinkStyle.
Font
);
2477
helpPageLink.Font.CopyFrom(_hyperLinkStyle.
Font
);
2479
editProfileLink.Font.CopyFrom(_hyperLinkStyle.
Font
);
2556
hyperLinkStyleExceptFont.
Font
.Reset();
2558
editProfileLink.Font.CopyFrom(_hyperLinkStyle.
Font
);
UI\WebControls\CreateUserWizard.cs (5)
1999
hyperLinkStyleExceptFont.
Font
.Reset();
2001
helpPageLink.Font.CopyFrom(_hyperLinkStyle.
Font
);
2075
hyperLinkStyleExceptFont.
Font
.Reset();
2077
editProfileLink.Font.CopyFrom(_hyperLinkStyle.
Font
);
3540
dataList.SelectedItemStyle.
Font
.Bold = true;
UI\WebControls\HyperLinkStyle.cs (1)
94
FontInfo font = _owner.
Font
;
UI\WebControls\login.cs (4)
1654
hyperLinkStyleExceptFont.
Font
.Reset();
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 (2)
2073
_rootMenuItemStyle.
Font
.CopyFrom(Font);
2079
_rootMenuItemStyle.
Font
.Underline = false;
UI\WebControls\MenuItemStyleCollection.cs (2)
23
style.
Font
.Underline = style.
Font
.Underline;
UI\WebControls\MenuRendererClassic.cs (1)
240
rootMenuStyle.
Font
.Reset();
UI\WebControls\MenuRendererStandards.cs (1)
86
menuStyle.
Font
.Reset();
UI\WebControls\PasswordRecovery.cs (4)
1945
hyperLinkStyleExceptFont.
Font
.Reset();
1947
helpPageLink.Font.CopyFrom(HyperLinkStyle.
Font
);
2143
hyperLinkStyleExceptFont.
Font
.Reset();
2145
helpPageLink.Font.CopyFrom(HyperLinkStyle.
Font
);
UI\WebControls\SiteMapPath.cs (3)
507
toStyle.
Font
.Underline = fromStyle.
Font
.Underline;
589
link.Font.Underline = style.
Font
.Underline;
UI\WebControls\Style.cs (6)
457
this.
Font
.CopyFrom(s.
Font
);
573
FontInfo font =
Font
;
733
this.
Font
.MergeWith(s.
Font
);
790
Font
.Reset();
UI\WebControls\SubMenuStyleCollection.cs (2)
23
style.
Font
.Underline = style.
Font
.Underline;
UI\WebControls\TreeNodeStyleCollection.cs (2)
23
style.
Font
.Underline = style.
Font
.Underline;
UI\WebControls\TreeView.cs (2)
989
_baseNodeStyle.
Font
.CopyFrom(Font);
995
_baseNodeStyle.
Font
.Underline = false;
UI\WebControls\WebControl.cs (1)
368
return ControlStyle.
Font
;
UI\WebControls\Wizard.cs (1)
3201
dataList.SelectedItemStyle.
Font
.Bold = true;
UI\WebParts\ToolZone.cs (4)
301
style.
Font
.CopyFrom(headerStyle.
Font
);
302
if (!headerStyle.
Font
.Size.IsEmpty) {
307
style.
Font
.Size = new FontUnit(new Unit(100, UnitType.Percentage));
UI\WebParts\WebPartChrome.cs (3)
131
style.
Font
.CopyFrom(partTitleStyle.
Font
);
142
style.
Font
.Reset();
UI\WebParts\WebPartZoneBase.cs (4)
1444
style.
Font
.CopyFrom(headerStyle.
Font
);
1445
if (!headerStyle.
Font
.Size.IsEmpty) {
1450
style.
Font
.Size = new FontUnit(new Unit(100, UnitType.Percentage));
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
661
result.HeaderStyle.
Font
.Bold = true;
System.Web.Mobile (5)
UI\MobileControls\Style.cs (5)
103
style.
Font
.Bold = ((BooleanOption)this[BoldKey, true]) == BooleanOption.True;
104
style.
Font
.Italic = ((BooleanOption)this[ItalicKey, true]) == BooleanOption.True;
105
style.
Font
.Name = (String)this[FontNameKey, true];
112
style.
Font
.Size = FontUnit.Larger;
116
style.
Font
.Size = FontUnit.Smaller;