4 references to FontProperty
System.Windows.Forms (1)
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
530public Font? GetFont(IDeviceContext dc, FontProperty prop)
System.Windows.Forms.Tests (3)
System\Windows\Forms\VisualStyles\VisualStyleRendererTests.cs (3)
575using Font font = renderer.GetFont(graphics, FontProperty.TextFont); 581[InvalidEnumData<FontProperty>] 582public void VisualStyleRenderer_GetFont_for_InvalidFontProperty(FontProperty value)