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