11 references to EMRPOLY16
System.Windows.Forms.Primitives.TestUtilities (11)
Metafiles\EmfRecord.cs (10)
68public EMRPOLY16* Polygon16Record 69=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_POLYGON16 ? (EMRPOLY16*)_lpmr : null; 70public EMRPOLY16* Polyline16Record 71=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_POLYLINE16 ? (EMRPOLY16*)_lpmr : null; 72public EMRPOLY16* PolyBezier16Record 73=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_POLYBEZIER16 ? (EMRPOLY16*)_lpmr : null; 74public EMRPOLY16* PolylineTo16Record 75=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_POLYLINETO16 ? (EMRPOLY16*)_lpmr : null; 76public EMRPOLY16* PolyBezierTo16Record 77=> Type == ENHANCED_METAFILE_RECORD_TYPE.EMR_POLYBEZIERTO16 ? (EMRPOLY16*)_lpmr : null;
Metafiles\Validators\Poly16Validator.cs (1)
27protected unsafe void Validate(EMRPOLY16* poly)