16 references to CustomLineCap
System.Drawing.Common.Tests (16)
System\Drawing\Drawing2D\CustomLineCapTests.cs (10)
72
AssertExtensions.Throws<ArgumentException>(null, () => new
CustomLineCap
(fillPath, null));
83
Assert.Throws<NotImplementedException>(() => new
CustomLineCap
(fillPath, null));
93
using CustomLineCap customLineCap =
new
(null, strokePath);
111
using CustomLineCap customLineCap =
new
(null, strokePath);
131
using CustomLineCap customLineCap =
new
(null, strokePath);
144
using CustomLineCap customLineCap =
new
(null, strokePath);
160
using CustomLineCap customLineCap =
new
(null, strokePath);
181
using CustomLineCap customLineCap =
new
(null, strokePath);
202
using CustomLineCap customLineCap =
new
(null, strokePath);
211
using CustomLineCap customLineCap =
new
(null, strokePath);
System\Drawing\PenTests.cs (6)
370
using CustomLineCap lineCap =
new
(fillPath, strokePath);
395
CustomLineCap lineCap =
new
(fillPath, strokePath);
407
using CustomLineCap lineCap =
new
(fillPath, strokePath);
422
using CustomLineCap lineCap =
new
(fillPath, strokePath);
447
CustomLineCap lineCap =
new
(fillPath, strokePath);
459
using CustomLineCap lineCap =
new
(fillPath, strokePath);