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)
58
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);
570
Rectangle result = control.
DisplayRectangle
;
571
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);
572
Assert.Equal(result, control.
DisplayRectangle
);
580
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);
583
Rectangle result = control.
DisplayRectangle
;
584
Assert.Equal(new Rectangle(3, font.Height + 3, 194, 94 - font.Height), control.
DisplayRectangle
);
585
Assert.Equal(result, control.
DisplayRectangle
);
596
Rectangle result = control.
DisplayRectangle
;
597
Assert.Equal(new Rectangle(3, font.Height + 3, 194, 94 - font.Height), control.
DisplayRectangle
);
598
Assert.Equal(result, control.
DisplayRectangle
);
609
Rectangle result = groupBox.
DisplayRectangle
;
1517
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);
1525
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);
1565
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);
1576
Assert.Equal(new Rectangle(3, Control.DefaultFont.Height + 3, 194, 94 - Control.DefaultFont.Height), control.
DisplayRectangle
);