12 references to PROP_FONT_BOLD
System.Web (12)
UI\WebControls\FontInfo.cs (9)
47
if (owner.IsSet(Style.
PROP_FONT_BOLD
)) {
54
owner.SetBit(Style.
PROP_FONT_BOLD
);
284
if (fOwner.IsSet(Style.
PROP_FONT_BOLD
))
305
if (fOwner.IsSet(Style.
PROP_FONT_BOLD
))
332
if (fOwner.IsSet(Style.
PROP_FONT_BOLD
) && !owner.IsSet(Style.
PROP_FONT_BOLD
))
355
if (owner.IsSet(Style.
PROP_FONT_BOLD
))
373
owner.ClearBit(Style.
PROP_FONT_BOLD
);
427
return owner.IsSet(Style.
PROP_FONT_BOLD
);
UI\WebControls\HyperLinkStyle.cs (2)
41
_owner.IsSet(
PROP_FONT_BOLD
) ||
109
if (_owner.IsSet(
PROP_FONT_BOLD
)) {
UI\WebControls\Style.cs (1)
588
if (IsSet(
PROP_FONT_BOLD
)) {