1 instantiation of ImageCodecInfoPrivate
System.Drawing (1)
commonui\System\Drawing\Advanced\ImageCodecInfo.cs (1)
270ImageCodecInfoPrivate codecp = new ImageCodecInfoPrivate();
2 references to ImageCodecInfoPrivate
System.Drawing (2)
commonui\System\Drawing\Advanced\ImageCodecInfo.cs (2)
269IntPtr curcodec = (IntPtr)((long)memoryStart + (int)Marshal.SizeOf(typeof(ImageCodecInfoPrivate))*index); 270ImageCodecInfoPrivate codecp = new ImageCodecInfoPrivate();