4 references to EMRBITBLT
System.Windows.Forms.Primitives.TestUtilities (4)
Metafiles\EmfRecord.cs (2)
64public EMRBITBLT* BitBltRecord 65=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_BITBLT ? (EMRBITBLT*)_lpmr : null;
Metafiles\RecordTypes\EMRBITBLT.cs (1)
36return $@"[{nameof(EMRBITBLT)}] Bounds: {rclBounds} Destination: {dest} Rop: {dwRop}Source DC Color: {crBkColorSrc.ToSystemColorString()}";
Metafiles\Validators\BitBltValidator.cs (1)
34EMRBITBLT* bitBlt = record.BitBltRecord;