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)
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))