9 references to IBarHatWidth
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (9)
69
private readonly int _maxIBarWidth = Math.Max(IBarHalfSize, (
IBarHatWidth
- 1) / 2);
500
point1.X - (
IBarHatWidth
- 1 - i * 2) / 2,
502
point1.X + (
IBarHatWidth
- 1 - i * 2) / 2,
507
point2.X - (
IBarHatWidth
- 1 - i * 2) / 2,
509
point2.X + (
IBarHatWidth
- 1 - i * 2) / 2,
540
point1.Y - (
IBarHatWidth
- 1 - i * 2) / 2,
542
point1.Y + (
IBarHatWidth
- 1 - i * 2) / 2); // left hat
547
point2.Y - (
IBarHatWidth
- 1 - i * 2) / 2,
549
point2.Y + (
IBarHatWidth
- 1 - i * 2) / 2); // right hat