17 references to Font
System.Windows.Forms (15)
winforms\Managed\System\WinForms\DataGrid.cs (1)
8501
linkFont = new
Font
(Font, FontStyle.Underline);
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
90
this.dataGridFont = new
Font
(dataGrid.Font, FontStyle.Bold);
winforms\Managed\System\WinForms\DataGridParentRows.cs (2)
578
textFont = new
Font
(font, FontStyle.Bold);
991
textFont = new
Font
(font, FontStyle.Bold);
winforms\Managed\System\WinForms\LinkLabel.cs (1)
650
Font alwaysUnderlined = new
Font
(Font, Font.Style | FontStyle.Underline);
winforms\Managed\System\WinForms\LinkUtilities.cs (3)
204
hoverLinkFont = new
Font
(f, style);
216
hoverLinkFont = new
Font
(f, hoverStyle);
226
linkFont = new
Font
(f, linkStyle);
winforms\Managed\System\WinForms\ListView.cs (2)
2515
odCacheFont = new
Font
(odCacheFont, FontStyle.Bold);
2722
subItemFont = new
Font
(item.SubItems[0].Font, FontStyle.Underline);
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
229
m_labelTitle.Font = new
Font
(Font, FontStyle.Bold);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1461
fontBold = new
Font
(this.Font, FontStyle.Bold);
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (2)
40
lblMachineAccess.Font = lblPublisher.Font = lblInstallation.Font = lblLocation.Font = new
Font
(lblMachineAccess.Font, FontStyle.Bold);
439
this.lblPublisher.Font = new
Font
(this.Font, FontStyle.Bold);
winforms\Managed\System\WinForms\TrustManagerPromptUI.cs (1)
845
this.lblName.Font = new
Font
(this.Font, FontStyle.Bold);
System.Workflow.Activities (1)
Designers\StateDesigner.Layouts.cs (1)
609
using (Font font = new
Font
(designerTheme.Font, FontStyle.Underline | designerTheme.Font.Style))
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
508
this.Font = new
Font
(this.Font, FontStyle.Italic);