1 implementation of IAccessibleInternal
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
3017
UnsafeNativeMethods.
IAccessibleInternal
,
25 references to IAccessibleInternal
System.Windows.Forms (25)
winforms\Managed\System\WinForms\AccessibleObject.cs (21)
3128
void UnsafeNativeMethods.
IAccessibleInternal
.accDoDefaultAction(object childID) {
3133
object UnsafeNativeMethods.
IAccessibleInternal
.accHitTest(int xLeft, int yTop) {
3138
void UnsafeNativeMethods.
IAccessibleInternal
.accLocation(out int l, out int t, out int w, out int h, Object childID) {
3143
object UnsafeNativeMethods.
IAccessibleInternal
.accNavigate(int navDir, object childID) {
3148
void UnsafeNativeMethods.
IAccessibleInternal
.accSelect(int flagsSelect, Object childID) {
3153
object UnsafeNativeMethods.
IAccessibleInternal
.get_accChild(object childID) {
3158
int UnsafeNativeMethods.
IAccessibleInternal
.get_accChildCount() {
3163
string UnsafeNativeMethods.
IAccessibleInternal
.get_accDefaultAction(Object childID) {
3168
string UnsafeNativeMethods.
IAccessibleInternal
.get_accDescription(Object childID) {
3173
object UnsafeNativeMethods.
IAccessibleInternal
.get_accFocus() {
3178
string UnsafeNativeMethods.
IAccessibleInternal
.get_accHelp(Object childID) {
3183
int UnsafeNativeMethods.
IAccessibleInternal
.get_accHelpTopic(out string pszHelpFile, Object childID) {
3188
string UnsafeNativeMethods.
IAccessibleInternal
.get_accKeyboardShortcut(Object childID) {
3193
string UnsafeNativeMethods.
IAccessibleInternal
.get_accName(Object childID) {
3198
object UnsafeNativeMethods.
IAccessibleInternal
.get_accParent() {
3203
object UnsafeNativeMethods.
IAccessibleInternal
.get_accRole(object childID) {
3208
object UnsafeNativeMethods.
IAccessibleInternal
.get_accSelection() {
3213
object UnsafeNativeMethods.
IAccessibleInternal
.get_accState(object childID) {
3218
string UnsafeNativeMethods.
IAccessibleInternal
.get_accValue(object childID) {
3223
void UnsafeNativeMethods.
IAccessibleInternal
.set_accName(Object childID, string newName) {
3228
void UnsafeNativeMethods.
IAccessibleInternal
.set_accValue(Object childID, string newValue) {
winforms\Managed\System\WinForms\ComboBox.cs (2)
3961
UnsafeNativeMethods.
IAccessibleInternal
iacc = null;
3975
iacc = (UnsafeNativeMethods.
IAccessibleInternal
)_accessibilityObject;
winforms\Managed\System\WinForms\Control.cs (2)
13090
UnsafeNativeMethods.
IAccessibleInternal
iacc = (UnsafeNativeMethods.
IAccessibleInternal
) intAccessibleObject;