18 references to CustomLineCap
System.Drawing.Common (2)
Special\NotSupported.cs (2)
1390public AdjustableArrowCap(float width, float height) : base (default(System.Drawing.Drawing2D.GraphicsPath), default(System.Drawing.Drawing2D.GraphicsPath)) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 1391public AdjustableArrowCap(float width, float height, bool isFilled) : base (default(System.Drawing.Drawing2D.GraphicsPath), default(System.Drawing.Drawing2D.GraphicsPath)) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
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);