7 references to IBarHatHeight
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (7)
64
private const int IBarLineOffset =
IBarHatHeight
+ IBarSpace;
494
for (int i = 0; i <
IBarHatHeight
- 1; i++)
514
graphics.DrawLine(pen, point1.X, point1.Y, point1.X, point1.Y +
IBarHatHeight
- 1); // top hat
515
graphics.DrawLine(pen, point2.X, point2.Y, point2.X, point2.Y -
IBarHatHeight
+ 1); // bottom hat
533
for (int i = 0; i <
IBarHatHeight
- 1; i++)
553
graphics.DrawLine(pen, point1.X, point1.Y, point1.X +
IBarHatHeight
- 1, point1.Y); // left hat
554
graphics.DrawLine(pen, point2.X, point2.Y, point2.X -
IBarHatHeight
+ 1, point2.Y); // right hat