34 references to ProviderOptions
PresentationCore (9)
MS\Internal\Automation\ElementProxy.cs (6)
96
public
ProviderOptions
ProviderOptions
103
return
ProviderOptions
.ServerSideProvider;
105
return (
ProviderOptions
)ElementUtil.Invoke(peer, state => ((ElementProxy)state).InContextGetProviderOptions(), this);
417
ProviderOptions
options =
ProviderOptions
.ServerSideProvider;
424
options |=
ProviderOptions
.OverrideProvider;
MS\Internal\Automation\InteropAutomationProvider.cs (3)
29
ProviderOptions
IRawElementProviderSimple.ProviderOptions
31
get { return
ProviderOptions
.ServerSideProvider |
ProviderOptions
.OverrideProvider; }
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
60
ProviderOptions
IRawElementProviderSimple.ProviderOptions
64
return
ProviderOptions
.ClientSideProvider;
UIAutomationClientSideProviders (21)
MS\Internal\AutomationProxies\EmptyElement.cs (2)
34
ProviderOptions
IRawElementProviderSimple.ProviderOptions
38
return
ProviderOptions
.ClientSideProvider;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
480
ProviderOptions
IRawElementProviderSimple.ProviderOptions
484
return
ProviderOptions
.ClientSideProvider;
MS\Internal\AutomationProxies\NonClientArea.cs (2)
293
internal override
ProviderOptions
ProviderOptions
297
return base.ProviderOptions |
ProviderOptions
.NonClientAreaProvider;
MS\Internal\AutomationProxies\ProxySimple.cs (3)
78
internal virtual
ProviderOptions
ProviderOptions
82
return
ProviderOptions
.ClientSideProvider;
409
ProviderOptions
IRawElementProviderSimple.ProviderOptions
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
323
internal override
ProviderOptions
ProviderOptions
327
return base.ProviderOptions |
ProviderOptions
.OverrideProvider;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1199
internal override
ProviderOptions
ProviderOptions
1206
return base.ProviderOptions |
ProviderOptions
.ProviderOwnsSetFocus;
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
498
internal override
ProviderOptions
ProviderOptions
502
return base.ProviderOptions |
ProviderOptions
.OverrideProvider;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
661
internal override
ProviderOptions
ProviderOptions
665
return base.ProviderOptions |
ProviderOptions
.OverrideProvider;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1405
internal override
ProviderOptions
ProviderOptions
1409
return base.ProviderOptions |
ProviderOptions
.OverrideProvider;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
497
internal override
ProviderOptions
ProviderOptions
501
return base.ProviderOptions |
ProviderOptions
.OverrideProvider;
UIAutomationProvider (1)
Forwards.cs (1)
14
[assembly: TypeForwardedTo(typeof(System.Windows.Automation.Provider.
ProviderOptions
))]
UIAutomationTypes (1)
System\Windows\Automation\Provider\IRawElementProviderSimple.cs (1)
73
ProviderOptions
ProviderOptions