Base:
property
Bounds
System.Windows.Forms.AccessibleObject.Bounds
5 references to Bounds
System.Windows.Forms (5)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (5)
138
int currentY = CalendarsAccessibleObjects.First?.Value.
Bounds
.Y ?? 0;
143
if (calendar.
Bounds
.Y > currentY)
176
&& firstCalendar.
Bounds
.Contains(innerX, innerY)
181
&& lastCalendar.
Bounds
.Contains(innerX, innerY)
227
if (calendar.
Bounds
.Contains(x, y))