8 overrides of IsIAccessibleExSupported
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ComboBox.cs (1)
5145
internal override bool
IsIAccessibleExSupported
() {
winforms\Managed\System\WinForms\Control.cs (1)
19919
internal override bool
IsIAccessibleExSupported
() {
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5458
internal override bool
IsIAccessibleExSupported
()
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2836
internal override bool
IsIAccessibleExSupported
() {
winforms\Managed\System\WinForms\ListBox.cs (1)
4444
internal override bool
IsIAccessibleExSupported
() {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2822
internal override bool
IsIAccessibleExSupported
() {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
807
internal override bool
IsIAccessibleExSupported
() {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
821
internal override bool
IsIAccessibleExSupported
() {
6 references to IsIAccessibleExSupported
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
916
if (
IsIAccessibleExSupported
()) {
winforms\Managed\System\WinForms\Control.cs (1)
19924
return base.
IsIAccessibleExSupported
();
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5465
return base.
IsIAccessibleExSupported
();
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2841
return base.
IsIAccessibleExSupported
();
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
816
return base.
IsIAccessibleExSupported
();
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
826
return base.
IsIAccessibleExSupported
();