3 references to EMRRESTOREDC
System.Windows.Forms.Primitives.TestUtilities (3)
Metafiles\EmfRecord.cs (2)
114public EMRRESTOREDC* RestoreDCRecord 115=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_RESTOREDC ? (EMRRESTOREDC*)_lpmr : null;
Metafiles\RecordTypes\EMRRESTOREDC.cs (1)
16public override readonly string ToString() => $"[{nameof(EMRRESTOREDC)}] Index: {iRelative}";