1 instantiation of CHOOSEFONTW
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (1)
386CHOOSEFONTW cf = new()
3 references to CHOOSEFONTW
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (2)
386CHOOSEFONTW cf = new() 388lStructSize = (uint)sizeof(CHOOSEFONTW),
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.ChooseFont.cs (1)
12public static extern unsafe BOOL ChooseFont(CHOOSEFONTW* lpcf);