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)
137int currentY = CalendarsAccessibleObjects.First?.Value.Bounds.Y ?? 0; 142if (calendar.Bounds.Y > currentY) 175&& firstCalendar.Bounds.Contains(innerX, innerY) 180&& lastCalendar.Bounds.Contains(innerX, innerY) 226if (calendar.Bounds.Contains(x, y))