2 references to GetAccessibleObjectBounds
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
29
public override Rectangle Bounds =>
GetAccessibleObjectBounds
(GetAccessibleObjectParent());
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.cs (1)
32
: (Owner.DataGridView?.IsHandleCreated == true) ?
GetAccessibleObjectBounds
(Parent) : Rectangle.Empty;