Base:
method
IsIAccessibleExSupported
System.Windows.Forms.AccessibleObject.IsIAccessibleExSupported()
6 overrides of IsIAccessibleExSupported
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
1144internal override bool IsIAccessibleExSupported()
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1925internal override bool IsIAccessibleExSupported() {
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
3260internal override bool IsIAccessibleExSupported()
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
1062internal override bool IsIAccessibleExSupported()
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
1214internal override bool IsIAccessibleExSupported()
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
840internal override bool IsIAccessibleExSupported()
3 references to IsIAccessibleExSupported
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
1151return base.IsIAccessibleExSupported();
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
1069return base.IsIAccessibleExSupported();
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
1221return base.IsIAccessibleExSupported();