1 instantiation of PRINTDLG
System.Drawing (1)
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
803SafeNativeMethods.PRINTDLG data = new SafeNativeMethods.PRINTDLG();
6 references to PRINTDLG
System.Drawing (6)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
4009public static extern bool PrintDlg([In, Out] PRINTDLG lppd);
commonui\System\Drawing\Printing\PrinterSettings.cs (5)
802private static SafeNativeMethods.PRINTDLG CreatePRINTDLG() { 803SafeNativeMethods.PRINTDLG data = new SafeNativeMethods.PRINTDLG(); 804data.lStructSize = Marshal.SizeOf(typeof(SafeNativeMethods.PRINTDLG)); 855SafeNativeMethods.PRINTDLG data = CreatePRINTDLG(); 911SafeNativeMethods.PRINTDLG data = CreatePRINTDLG();