Base:
property
Bounds
System.Windows.Forms.AccessibleObject.Bounds
3 references to Bounds
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarCellAccessibleObjectTests.cs (1)
53
Rectangle actual = cellAccessibleObject.
Bounds
;
System.Windows.Forms.UI.IntegrationTests (2)
MonthCalendarTests.cs (2)
177
return cell.
Bounds
.Location + (cell.
Bounds
.Size / 2);