4 references to GetNextChild
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAccessibleObject.cs (1)
55NavigateDirection.NavigateDirection_NextSibling => parent.GetNextChild(this),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (1)
315return parent.GetNextChild(this);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.DropDownHolderAccessibleObject.cs (1)
39NavigateDirection.NavigateDirection_NextSibling => parent.GetNextChild(this),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObject.cs (1)
55NavigateDirection.NavigateDirection_NextSibling => parent.GetNextChild(this),