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