3 references to ToHfont
System.Windows.Forms (2)
System\Windows\Forms\Control.FontHandleWrapper.cs (1)
17
internal FontHandleWrapper(Font font) => _handle = (HFONT)font.
ToHfont
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3732
var hFont = (HFONT)Font.
ToHfont
();
System.Windows.Forms.Primitives (1)
System\Windows\Forms\SystemDrawingExtensions.cs (1)
14
internal static HFONT ToHFONT(this Font font) => (HFONT)font.
ToHfont
();