Base:
property
Bounds
System.Windows.Forms.AccessibleObject.Bounds
6 references to Bounds
System.Windows.Forms (5)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (5)
137
int currentY = CalendarsAccessibleObjects.First?.Value.
Bounds
.Y ?? 0;
142
if (calendar.
Bounds
.Y > currentY)
175
&& firstCalendar.
Bounds
.Contains(innerX, innerY)
180
&& lastCalendar.
Bounds
.Contains(innerX, innerY)
226
if (calendar.
Bounds
.Contains(x, y))
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarAccessibleObjectTests.cs (1)
37
Rectangle bounds = calendar.
Bounds
;