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