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