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