Base:
method
IsPatternSupported
System.Windows.Forms.AccessibleObject.IsPatternSupported(Windows.Win32.UI.Accessibility.UIA_PATTERN_ID)
4 overrides of IsPatternSupported
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
145internal override bool IsPatternSupported(UIA_PATTERN_ID patternId) => patternId == UIA_PATTERN_ID.UIA_TogglePatternId || base.IsPatternSupported(patternId);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject.cs (1)
260internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject.cs (1)
31internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
66internal override bool IsPatternSupported(UIA_PATTERN_ID patternId)
3 references to IsPatternSupported
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.DataGridViewCheckBoxCellAccessibleObject.cs (1)
145internal override bool IsPatternSupported(UIA_PATTERN_ID patternId) => patternId == UIA_PATTERN_ID.UIA_TogglePatternId || base.IsPatternSupported(patternId);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellAccessibleObject.cs (1)
35_ => base.IsPatternSupported(patternId)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.DataGridViewImageCellAccessibleObject.cs (1)
67=> patternId == UIA_PATTERN_ID.UIA_InvokePatternId || base.IsPatternSupported(patternId);