2 references to IsChildIdValid
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListBox.cs (2)
4414
if (
IsChildIdValid
(childId, systemIAccessible)) {
4462
if (this.owner.IsHandleCreated &&
IsChildIdValid
(this.childId, this.owner.AccessibilityObject.GetSystemIAccessibleInternal())) {