5 references to EmfPlusRecordType
System.Drawing (1)
System.Drawing.cs (1)
78[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.EmfPlusRecordType))]
System.Drawing.Common (3)
Special\NotSupported.cs (3)
681public delegate bool EnumerateMetafileProc(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, System.IntPtr data, System.Drawing.Imaging.PlayRecordCallback? callbackData); 2580public void PlayRecord(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, byte[] data) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 2673public delegate void PlayRecordCallback(System.Drawing.Imaging.EmfPlusRecordType recordType, int flags, int dataSize, System.IntPtr recordData);
System.Drawing.Common.Tests (1)
System\Drawing\Imaging\MetafileTests.cs (1)
927metafile.PlayRecord(EmfPlusRecordType.BeginContainer, 0, 1, new byte[1]));