26 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
474
new AutomationPatternInfo( InvokePattern.
Pattern
, null, new WrapObjectClientSide(InvokePattern.Wrap) ),
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\EventManager.cs (3)
312
IInvokeProvider invoke = el.GetPatternProvider(InvokePattern.
Pattern
) as IInvokeProvider;
326
IInvokeProvider invoke = el.GetPatternProvider(InvokePattern.
Pattern
) as IInvokeProvider;
338
IInvokeProvider invoke = el.GetPatternProvider(InvokePattern.
Pattern
) as IInvokeProvider;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (5)
850
if(pattern == InvokePattern.
Pattern
&& !String.IsNullOrEmpty(_acc.DefaultAction))
1305
new CtrlTypePatterns(ControlType.Button, InvokePattern.
Pattern
),
1310
new CtrlTypePatterns(ControlType.Hyperlink, InvokePattern.
Pattern
),
1313
new CtrlTypePatterns(ControlType.MenuItem, InvokePattern.
Pattern
),
1318
new CtrlTypePatterns(ControlType.SplitButton, InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
226
if (iid == InvokePattern.
Pattern
&& _type == ButtonType.PushButton)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
905
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
93
return iid == InvokePattern.
Pattern
? this : null;
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
378
return iid == InvokePattern.
Pattern
? this : null;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
61
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
64
if (iid == InvokePattern.
Pattern
&& WindowsListView.ListViewInvokable(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
69
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1226
else if (iid == InvokePattern.
Pattern
&& _type == MenuItemType.Command)
2895
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
99
if (iid == InvokePattern.
Pattern
&& (WindowsScrollBar.ScrollBarItem) _item != WindowsScrollBar.ScrollBarItem.Thumb)
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
392
return _item != (int) WindowsSlider.SItem.Thumb && iid == InvokePattern.
Pattern
? this : null;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
393
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
268
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
437
if (iid == InvokePattern.
Pattern
&& !_isToggleButton)
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
86
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
814
else if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
460
return iid == InvokePattern.
Pattern
? this : null;