24 references to Bold
PresentationUI (3)
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
150
_instructionlabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.
Bold
, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
MS\Internal\Documents\SignatureSummaryDialog.cs (1)
228
Font columnHeaderFont = new System.Drawing.Font(Font, System.Drawing.FontStyle.
Bold
);
MS\Internal\Documents\SigningDialog.cs (1)
261
_signerlabel.Font = new Font(System.Drawing.SystemFonts.DialogFont, System.Drawing.SystemFonts.DialogFont.Style | FontStyle.
Bold
);
System.Drawing.Common (3)
System\Drawing\Font.cs (1)
49
public bool Bold => (Style & FontStyle.
Bold
) != 0;
System\Drawing\FontConverter.cs (2)
242
FontStyle validBits = FontStyle.Regular | FontStyle.
Bold
| FontStyle.Italic | FontStyle.Underline | FontStyle.Strikeout;
343
style |= FontStyle.
Bold
;
System.Windows.Forms (8)
System\Windows\Forms\ActiveX\AxHost.cs (2)
3767
style |= FontStyle.
Bold
;
3787
style |= FontStyle.
Bold
;
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2617
_odCacheFont = new Font(_odCacheFont, FontStyle.
Bold
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (1)
232
_titleLabel.Font = new(Font, FontStyle.
Bold
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1327
public Font GetBoldFont() => _boldFont ??= new Font(Font, FontStyle.
Bold
);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
2175
style |= FontStyle.
Bold
;
System\Windows\Forms\Rendering\FontCache.Data.cs (2)
94
lfWeight = (int)((font.Style & FontStyle.
Bold
) == FontStyle.
Bold
? FW.BOLD : FW.NORMAL),
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionPanel.HeaderLine.cs (1)
16
protected override Font GetFont() => new(ActionPanel.Font, FontStyle.
Bold
);
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
94
_titleLabel.Font = new Font(ActionPanel.Font, FontStyle.
Bold
);
System\Drawing\Design\FontNameEditor.cs (2)
19
FontStyle.
Bold
,
20
FontStyle.
Bold
| FontStyle.Italic
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
334
label.Font = new Font(label.Font, FontStyle.
Bold
);
System\Windows\Forms\Design\TabOrder.cs (1)
49
_tabFont = new Font(_tabFont, FontStyle.
Bold
);
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
864
using Font boldFont = new(_selectedItemName.Font, FontStyle.
Bold
);
WindowsFormsIntegration (3)
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (3)
169
style |= SD.FontStyle.
Bold
;
190
style |= SD.FontStyle.
Bold
;
349
style |= SD.FontStyle.
Bold
;