1 type derived from CustomLineCap
System.Drawing.Common (1)
Special\NotSupported.cs (1)
1388public sealed partial class AdjustableArrowCap : System.Drawing.Drawing2D.CustomLineCap
18 instantiations of CustomLineCap
System.Drawing.Common.Tests (18)
System\Drawing\Drawing2D\CustomLineCapTests.cs (12)
46using (CustomLineCap customLineCap = new(fillPath, strokePath, baseCap, baseInset)) 63using CustomLineCap customLineCap = new(fillPath, strokePath, baseCap, 0f); 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);
19 references to CustomLineCap
System.Drawing (1)
System.Drawing.cs (1)
27[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.CustomLineCap))]
System.Drawing.Common (2)
Special\NotSupported.cs (2)
852public System.Drawing.Drawing2D.CustomLineCap CustomEndCap { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } } 853public System.Drawing.Drawing2D.CustomLineCap CustomStartCap { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } }
System.Drawing.Common.Tests (16)
System\Drawing\Drawing2D\CustomLineCapTests.cs (10)
46using (CustomLineCap customLineCap = new(fillPath, strokePath, baseCap, baseInset)) 63using CustomLineCap customLineCap = new(fillPath, strokePath, baseCap, 0f); 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);