5 references to DEVNAMES
PresentationFramework (5)
MS\Internal\Printing\PrintDlgExMarshaler.cs (5)
277NativeMethods.DEVNAMES devNames = Marshal.PtrToStructure<NativeMethods.DEVNAMES>(pDevNames); 727Marshal.SizeOf(typeof(NativeMethods.DEVNAMES))); 730ushort baseOffset = (ushort)Marshal.SizeOf(typeof(NativeMethods.DEVNAMES)); 739NativeMethods.DEVNAMES devNames;