6 references to EMRPOLYPOLY16
System.Windows.Forms.Primitives.TestUtilities (6)
Metafiles\EmfRecord.cs (4)
78public EMRPOLYPOLY16* PolyPolyline16Record 79=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_POLYPOLYLINE16 ? (EMRPOLYPOLY16*)_lpmr : null; 80public EMRPOLYPOLY16* PolyPolygon16Record 81=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_POLYPOLYGON16 ? (EMRPOLYPOLY16*)_lpmr : null;
Metafiles\RecordTypes\EMRPOLYPOLY16.cs (1)
75POINTS* currentPoint = (POINTS*)((byte*)s + sizeof(EMRPOLYPOLY16) + (sizeof(uint) * (nPolys - 1)));
Metafiles\Validators\PolyPoly16Validator.cs (1)
28protected unsafe void Validate(EMRPOLYPOLY16* poly)