3 references to CreateCustomLineCapObject
System.Drawing.Common (3)
System\Drawing\Drawing2D\CustomLineCap.cs (1)
96
return
CreateCustomLineCapObject
(clonedCap);
System\Drawing\Pen.cs (2)
269
return CustomLineCap.
CreateCustomLineCapObject
(lineCap);
294
return CustomLineCap.
CreateCustomLineCapObject
(lineCap);