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