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