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)
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))
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarAccessibleObjectTests.cs (1)
37Rectangle bounds = calendar.Bounds;