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