18 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
455
new AutomationPatternInfo( ValuePattern.
Pattern
, ValueProperties, new WrapObjectClientSide(ValuePattern.Wrap) ),
UIAutomationClientsideProviders (17)
MS\Internal\AutomationProxies\EventManager.cs (1)
199
IValueProvider value = el.GetPatternProvider(ValuePattern.
Pattern
) as IValueProvider;
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
242
MaybeFirePropertyChangeEvent(ValuePattern.
Pattern
, ValuePattern.ValueProperty, eventTable, hwnd, idObject, idChild, false);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (4)
877
else if(pattern == ValuePattern.
Pattern
&& !String.IsNullOrEmpty(_acc.Value))
1336
new CtrlTypePatterns(ControlType.ComboBox, ValuePattern.
Pattern
),
1338
new CtrlTypePatterns(ControlType.Edit, ValuePattern.
Pattern
),
1343
new CtrlTypePatterns(ControlType.ProgressBar, ValuePattern.
Pattern
),
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
102
if (iid == ValuePattern.
Pattern
&& IsEditableCombo())
397
IValueProvider valueProvider = (IValueProvider) editBox.GetPatternProvider (ValuePattern.
Pattern
);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
185
else if (iid == ValuePattern.
Pattern
&& !IsMultiline)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
97
return iid == ValuePattern.
Pattern
|| iid == GridPattern.Pattern ? this : null;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
82
if (iid == ValuePattern.
Pattern
&& WindowsListView.ListViewEditable (_hwnd))
789
IValueProvider valueProvider = editBox.GetPatternProvider (ValuePattern.
Pattern
) as IValueProvider;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
64
if (iid == ValuePattern.
Pattern
&& _item == 0 && WindowsListView.ListViewEditable (_hwnd))
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
120
if (iid == ValuePattern.
Pattern
&& !IsMultiline)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
460
else if (iid == ValuePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
809
else if (iid == ValuePattern.
Pattern
&& IsItemEditable())
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
236
if (iid == ValuePattern.
Pattern
)