18 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
470
new AutomationPatternInfo( ValuePattern.
Pattern
, ValueProperties, new WrapObjectClientSide(ValuePattern.Wrap) ),
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\EventManager.cs (1)
185
IValueProvider value = el.GetPatternProvider(ValuePattern.
Pattern
) as IValueProvider;
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
227
MaybeFirePropertyChangeEvent(ValuePattern.
Pattern
, ValuePattern.ValueProperty, eventTable, hwnd, idObject, idChild, false);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (4)
851
else if(pattern == ValuePattern.
Pattern
&& !String.IsNullOrEmpty(_acc.Value))
1301
new CtrlTypePatterns(ControlType.ComboBox, ValuePattern.
Pattern
),
1303
new CtrlTypePatterns(ControlType.Edit, ValuePattern.
Pattern
),
1308
new CtrlTypePatterns(ControlType.ProgressBar, ValuePattern.
Pattern
),
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
85
if (iid == ValuePattern.
Pattern
&& IsEditableCombo())
375
IValueProvider valueProvider = (IValueProvider) editBox.GetPatternProvider (ValuePattern.
Pattern
);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
166
else if (iid == ValuePattern.
Pattern
&& !IsMultiline)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
82
return iid == ValuePattern.
Pattern
|| iid == GridPattern.Pattern ? this : null;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
69
if (iid == ValuePattern.
Pattern
&& WindowsListView.ListViewEditable (_hwnd))
774
IValueProvider valueProvider = editBox.GetPatternProvider (ValuePattern.
Pattern
) as IValueProvider;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
55
if (iid == ValuePattern.
Pattern
&& _item == 0 && WindowsListView.ListViewEditable (_hwnd))
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
103
if (iid == ValuePattern.
Pattern
&& !IsMultiline)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
446
else if (iid == ValuePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
793
else if (iid == ValuePattern.
Pattern
&& IsItemEditable())
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
225
if (iid == ValuePattern.
Pattern
)