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