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