11 references to _twoPoints
System.Drawing.Common.Tests (11)
System\Drawing\Drawing2D\GraphicsPathIteratorTests.cs (11)
37using GraphicsPath gp = new(_twoPoints, types);
62gp.AddLines(_twoPoints);
70using GraphicsPath gp = new(_twoPoints, [0, 129]);
89gp.AddLines(_twoPoints);
99using GraphicsPath gp = new(_twoPoints, [0, 129]);
110using GraphicsPath gp = new(_twoPoints, [0, 1]);
122gp.AddLines(_twoPoints);
133gp.AddLines(_twoPoints);
142gp.AddLines(_twoPoints);
149using GraphicsPath gp = new(_twoPoints, [0, 1]);
157using GraphicsPath gp = new(_twoPoints, [0, 1]);