9 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
456
new AutomationPatternInfo( RangeValuePattern.
Pattern
, RangeValueProperties, new WrapObjectClientSide(RangeValuePattern.Wrap) ),
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\EventManager.cs (1)
208
IRangeValueProvider rangeValue = el.GetPatternProvider(RangeValuePattern.
Pattern
) as IRangeValueProvider;
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
356
if (RangeValuePattern.
Pattern
== iid)
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
93
return (iid == RangeValuePattern.
Pattern
) ? this : null;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
136
return (iid == RangeValuePattern.
Pattern
&& WindowScroll.Scrollable (_hwnd, _sbFlag) && HasValuePattern (_hwnd, _sbFlag)) ? this : null;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
99
return iid == RangeValuePattern.
Pattern
? this : null;
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
131
return (iid == RangeValuePattern.
Pattern
) ? this : null;
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
130
return (iid == RangeValuePattern.
Pattern
) ? this : null;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
230
if (iid == RangeValuePattern.
Pattern
&& _type == SpinnerType.Numeric)