3 references to ToHFONT
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.cs (1)
82
using ObjectScope hFont = new(listBox.Font.
ToHFONT
());
System\ComponentModel\Design\MultilineStringEditor.MultilineStringEditorUI.cs (1)
181
using ObjectScope font = new(Font.
ToHFONT
());
System\Windows\Forms\Design\DesignerUtils.cs (1)
531
using ObjectScope hFont = new(ctrl.Font.
ToHFONT
());