14 references to ParentInternal
System.Windows.Forms (14)
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItem.ListViewSubItemAccessibleObject.cs (14)
36
int index =
ParentInternal
.GetChildIndex(this);
42
Rectangle bounds =
ParentInternal
.GetSubItemBounds(index);
53
if (!_owningListView.FullRowSelect && index ==
ParentInternal
.FirstSubItemIndex && _owningListView.Columns.Count > 1)
55
width =
ParentInternal
.GetSubItemBounds(
ParentInternal
.FirstSubItemIndex + 1).X - bounds.X;
74
=>
ParentInternal
,
76
=>
ParentInternal
.GetChildInternal(
ParentInternal
.GetChildIndex(this) + 1),
78
=>
ParentInternal
.GetChildInternal(
ParentInternal
.GetChildIndex(this) - 1),
86
?
ParentInternal
.GetChildIndex(this) -
ParentInternal
.FirstSubItemIndex
96
public override AccessibleObject Parent =>
ParentInternal
;
157
=> $"{nameof(ListViewSubItem)}-{
ParentInternal
.GetChildIndex(this)}";