26 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
468
new AutomationPatternInfo( InvokePattern.
Pattern
, null, new WrapObjectClientSide(InvokePattern.Wrap) ),
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\EventManager.cs (3)
311
IInvokeProvider invoke = el.GetPatternProvider(InvokePattern.
Pattern
) as IInvokeProvider;
325
IInvokeProvider invoke = el.GetPatternProvider(InvokePattern.
Pattern
) as IInvokeProvider;
337
IInvokeProvider invoke = el.GetPatternProvider(InvokePattern.
Pattern
) as IInvokeProvider;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (5)
846
if(pattern == InvokePattern.
Pattern
&& !String.IsNullOrEmpty(_acc.DefaultAction))
1299
new CtrlTypePatterns(ControlType.Button, InvokePattern.
Pattern
),
1304
new CtrlTypePatterns(ControlType.Hyperlink, InvokePattern.
Pattern
),
1307
new CtrlTypePatterns(ControlType.MenuItem, InvokePattern.
Pattern
),
1312
new CtrlTypePatterns(ControlType.SplitButton, InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
225
if (iid == InvokePattern.
Pattern
&& _type == ButtonType.PushButton)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
894
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
85
return iid == InvokePattern.
Pattern
? this : null;
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
373
return iid == InvokePattern.
Pattern
? this : null;
MS\Internal\AutomationProxies\WindowsListViewGroupSubsetLink.cs (1)
60
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
59
if (iid == InvokePattern.
Pattern
&& WindowsListView.ListViewInvokable(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
68
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1222
else if (iid == InvokePattern.
Pattern
&& _type == MenuItemType.Command)
2889
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
98
if (iid == InvokePattern.
Pattern
&& (WindowsScrollBar.ScrollBarItem) _item != WindowsScrollBar.ScrollBarItem.Thumb)
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
391
return _item != (int) WindowsSlider.SItem.Thumb && iid == InvokePattern.
Pattern
? this : null;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
390
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
267
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
433
if (iid == InvokePattern.
Pattern
&& !_isToggleButton)
MS\Internal\AutomationProxies\WindowsToolbarItemAsMenuItem.cs (1)
85
if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
809
else if (iid == InvokePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
456
return iid == InvokePattern.
Pattern
? this : null;