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