9 references to UIA_InvokePatternId
System.Windows.Forms (9)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
539
if (AccessibilityImprovements.Level3 && patternId == NativeMethods.
UIA_InvokePatternId
) {
3425
else if (AccessibilityImprovements.Level3 && patternId == NativeMethods.
UIA_InvokePatternId
) {
winforms\Managed\System\WinForms\ComboBox.cs (2)
4737
patternId == NativeMethods.
UIA_InvokePatternId
||
5705
patternId == NativeMethods.
UIA_InvokePatternId
) {
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5571
patternId.Equals(NativeMethods.
UIA_InvokePatternId
) ||
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
1583
patternId.Equals(NativeMethods.
UIA_InvokePatternId
);
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
1089
if (AccessibilityImprovements.Level3 && patternId == NativeMethods.
UIA_InvokePatternId
)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2906
patternId == NativeMethods.
UIA_InvokePatternId
||
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6344
patternId == NativeMethods.
UIA_InvokePatternId
) {