1 write to _points
System.Windows.Forms.Primitives.TestUtilities (1)
Metafiles\Validators\Poly16Validator.cs (1)
24_points = points;
3 references to _points
System.Windows.Forms.Primitives.TestUtilities (3)
Metafiles\Validators\Poly16Validator.cs (3)
34if (_points is not null) 36Assert.Equal(_points.Length, (int)poly->cpts); 37Assert.Equal(_points, poly->points.Transform<POINTS, Point>(p => p));