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