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