10 writes to Bold
System.Web (7)
ErrorFormatter.cs (2)
192label.Font.Bold = true; 200label.Font.Bold = true;
UI\WebControls\CreateUserWizard.cs (1)
3540dataList.SelectedItemStyle.Font.Bold = true;
UI\WebControls\FontInfo.cs (2)
306Bold = f.Bold; 333Bold = f.Bold;
UI\WebControls\Wizard.cs (1)
3201dataList.SelectedItemStyle.Font.Bold = true;
UI\WebParts\RowToParametersTransformer.cs (1)
261label.Font.Bold = true;
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
661result.HeaderStyle.Font.Bold = true;
System.Web.Mobile (2)
UI\MobileControls\Style.cs (2)
95control.Font.Bold = ((BooleanOption)this[BoldKey, true]) == BooleanOption.True; 103style.Font.Bold = ((BooleanOption)this[BoldKey, true]) == BooleanOption.True;
6 references to Bold
System.Web (6)
UI\WebControls\FontInfo.cs (3)
259if (Bold == false) 306Bold = f.Bold; 333Bold = f.Bold;
UI\WebControls\FormView.cs (1)
2540if (Font.Bold ||
UI\WebControls\HyperLinkStyle.cs (1)
110if (font.Bold) {
UI\WebControls\Style.cs (1)
589if (font.Bold) {