Base:
property
Bounds
System.Windows.Forms.AccessibleObject.Bounds
5 references to Bounds
System.Windows.Forms (5)
System\Windows\Forms\Scrolling\ScrollBar.ScrollBarAccessibleObject.cs (5)
93
if (ThumbAccessibleObject?.
Bounds
.Contains(point) == true)
98
if (FirstLineButtonAccessibleObject?.
Bounds
.Contains(point) == true)
103
if (FirstPageButtonAccessibleObject?.
Bounds
.Contains(point) == true)
108
if (LastPageButtonAccessibleObject?.
Bounds
.Contains(point) == true)
113
if (LastLineButtonAccessibleObject?.
Bounds
.Contains(point) == true)