22 overrides of IsPatternSupported
System.Windows.Forms (22)
winforms\Managed\System\WinForms\ComboBox.cs (4)
4513internal override bool IsPatternSupported(int patternId) { 4735internal override bool IsPatternSupported(int patternId) { 5341internal override bool IsPatternSupported(int patternId) 5703internal override bool IsPatternSupported(int patternId) {
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (2)
340internal override bool IsPatternSupported(int patternId) 557internal override bool IsPatternSupported(int patternId)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5567internal override bool IsPatternSupported(int patternId)
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
103internal override bool IsPatternSupported(int patternId)
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
2397internal override bool IsPatternSupported(int patternId)
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
432internal override bool IsPatternSupported(int patternId)
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (1)
267internal override bool IsPatternSupported(int patternId)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1839internal override bool IsPatternSupported(int patternId) {
winforms\Managed\System\WinForms\ListBox.cs (1)
4448internal override bool IsPatternSupported(int patternId) {
winforms\Managed\System\WinForms\ProgressBar.cs (1)
937internal override bool IsPatternSupported(int patternId) {
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
300internal override bool IsPatternSupported(int patternId) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2899internal override bool IsPatternSupported(int patternId) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
394internal override bool IsPatternSupported(int patternId) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
6342internal override bool IsPatternSupported(int patternId) { 7013internal override bool IsPatternSupported(int patternId) {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
820internal override bool IsPatternSupported(int patternId) {
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
830internal override bool IsPatternSupported(int patternId) {
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
945internal override bool IsPatternSupported(int patternId) {
21 references to IsPatternSupported
System.Windows.Forms (21)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
975if (IsPatternSupported(patternId)) {
winforms\Managed\System\WinForms\ComboBox.cs (4)
4534return base.IsPatternSupported(patternId); 4742return base.IsPatternSupported(patternId); 5348return base.IsPatternSupported(patternId); 5709return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (1)
348return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5585return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
114return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
439return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (1)
274return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1844return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\ListBox.cs (1)
4453return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\ProgressBar.cs (1)
943return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
305return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
399return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
6348return base.IsPatternSupported(patternId); 7018return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
825return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4169return (Object)this.IsPatternSupported(NativeMethods.UIA_ExpandCollapsePatternId);
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (1)
835return base.IsPatternSupported(patternId);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
950return base.IsPatternSupported(patternId);