26 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
453
new AutomationPatternInfo( InvokePattern.
Pattern
, null, new WrapObjectClientSide(InvokePattern.Wrap) ),
UIAutomationClientsideProviders (25)
MS\Internal\AutomationProxies\EventManager.cs (3)
325
IInvokeProvider invoke = el.GetPatternProvider(InvokePattern.
Pattern
) as IInvokeProvider;
339
IInvokeProvider invoke = el.GetPatternProvider(InvokePattern.
Pattern
) as IInvokeProvider;
351
IInvokeProvider invoke = el.GetPatternProvider(InvokePattern.
Pattern
) as IInvokeProvider;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (5)
872
if(pattern == InvokePattern.
Pattern
&& !String.IsNullOrEmpty(_acc.DefaultAction))
1334
new CtrlTypePatterns(ControlType.Button, InvokePattern.
Pattern
),
1339
new CtrlTypePatterns(ControlType.Hyperlink, InvokePattern.
Pattern
),
1342
new CtrlTypePatterns(ControlType.MenuItem, InvokePattern.
Pattern
),
1347
new CtrlTypePatterns(ControlType.SplitButton, InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
242
if (iid == InvokePattern.
Pattern
&& _type == ButtonType.PushButton)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
922
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
110
return iid == InvokePattern.
Pattern
? this : null;
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
391
return iid == InvokePattern.
Pattern
? this : null;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
64
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
72
if (iid == InvokePattern.
Pattern
&& WindowsListView.ListViewInvokable(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
80
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1241
else if (iid == InvokePattern.
Pattern
&& _type == MenuItemType.Command)
2910
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
108
if (iid == InvokePattern.
Pattern
&& (WindowsScrollBar.ScrollBarItem) _item != WindowsScrollBar.ScrollBarItem.Thumb)
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
408
return _item != (int) WindowsSlider.SItem.Thumb && iid == InvokePattern.
Pattern
? this : null;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
406
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
280
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
448
if (iid == InvokePattern.
Pattern
&& !_isToggleButton)
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
92
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
825
else if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
477
return iid == InvokePattern.
Pattern
? this : null;