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