Base:
property
DisplayRectangle
System.Windows.Forms.Control.DisplayRectangle
18 references to DisplayRectangle
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\GroupBoxDesigner.cs (2)
27
return new Point(gb.
DisplayRectangle
.X, gb.
DisplayRectangle
.Y);
System.Windows.Forms.Tests (16)
System\Windows\Forms\GroupBoxTests.cs (16)
56
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);
568
Rectangle result = control.
DisplayRectangle
;
569
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);
570
Assert.Equal(result, control.
DisplayRectangle
);
578
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);
581
Rectangle result = control.
DisplayRectangle
;
582
Assert.Equal(new Rectangle(3, font.Height + 3, 194, 94 - font.Height), control.
DisplayRectangle
);
583
Assert.Equal(result, control.
DisplayRectangle
);
594
Rectangle result = control.
DisplayRectangle
;
595
Assert.Equal(new Rectangle(3, font.Height + 3, 194, 94 - font.Height), control.
DisplayRectangle
);
596
Assert.Equal(result, control.
DisplayRectangle
);
607
Rectangle result = groupBox.
DisplayRectangle
;
1515
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);
1523
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);
1563
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);
1574
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);