18 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
476
new AutomationPatternInfo( ValuePattern.
Pattern
, ValueProperties, new WrapObjectClientSide(ValuePattern.Wrap) ),
UIAutomationClientSideProviders (17)
MS\Internal\AutomationProxies\EventManager.cs (1)
186
IValueProvider value = el.GetPatternProvider(ValuePattern.
Pattern
) as IValueProvider;
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
228
MaybeFirePropertyChangeEvent(ValuePattern.
Pattern
, ValuePattern.ValueProperty, eventTable, hwnd, idObject, idChild, false);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (4)
855
else if(pattern == ValuePattern.
Pattern
&& !String.IsNullOrEmpty(_acc.Value))
1307
new CtrlTypePatterns(ControlType.ComboBox, ValuePattern.
Pattern
),
1309
new CtrlTypePatterns(ControlType.Edit, ValuePattern.
Pattern
),
1314
new CtrlTypePatterns(ControlType.ProgressBar, ValuePattern.
Pattern
),
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
86
if (iid == ValuePattern.
Pattern
&& IsEditableCombo())
380
IValueProvider valueProvider = (IValueProvider) editBox.GetPatternProvider (ValuePattern.
Pattern
);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
167
else if (iid == ValuePattern.
Pattern
&& !IsMultiline)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
83
return iid == ValuePattern.
Pattern
|| iid == GridPattern.Pattern ? this : null;
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
74
if (iid == ValuePattern.
Pattern
&& WindowsListView.ListViewEditable (_hwnd))
778
IValueProvider valueProvider = editBox.GetPatternProvider (ValuePattern.
Pattern
) as IValueProvider;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
56
if (iid == ValuePattern.
Pattern
&& _item == 0 && WindowsListView.ListViewEditable (_hwnd))
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
104
if (iid == ValuePattern.
Pattern
&& !IsMultiline)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
446
else if (iid == ValuePattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
798
else if (iid == ValuePattern.
Pattern
&& IsItemEditable())
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
226
if (iid == ValuePattern.
Pattern
)