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