4 references to IBarLineOffset
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (4)
518
graphics.DrawLine(pen, point1.X, point1.Y +
IBarLineOffset
, point2.X, point2.Y -
IBarLineOffset
);
557
graphics.DrawLine(pen, point1.X +
IBarLineOffset
, point1.Y, point2.X -
IBarLineOffset
, point2.Y);