7 references to SystemIAccessibleInternal
System.Windows.Forms (7)
System\Windows\Forms\Controls\TabControl\TabPage.TabAccessibleObject.cs (7)
27if (OwningTabControl is null || !OwningTabControl.IsHandleCreated || SystemIAccessibleInternal is null) 41return SystemIAccessibleInternal.TryGetLocation(GetChildId()); 49internal override BSTR GetDefaultActionInternal() => SystemIAccessibleInternal.TryGetDefaultAction(GetChildId()); 57public override AccessibleRole Role => SystemIAccessibleInternal.TryGetRole(GetChildId()); 59public override AccessibleStates State => SystemIAccessibleInternal.TryGetState(GetChildId()); 112internal override BSTR GetHelpInternal() => SystemIAccessibleInternal.TryGetHelp(GetChildId()); 116internal override BSTR GetKeyboardShortcutInternal(VARIANT childID) => SystemIAccessibleInternal.TryGetKeyboardShortcut(childID);