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