34 references to ProviderOptions
PresentationCore (9)
MS\Internal\Automation\ElementProxy.cs (6)
95
public
ProviderOptions
ProviderOptions
102
return
ProviderOptions
.ServerSideProvider;
104
return (
ProviderOptions
)ElementUtil.Invoke(peer, state => ((ElementProxy)state).InContextGetProviderOptions(), this);
416
ProviderOptions
options =
ProviderOptions
.ServerSideProvider;
423
options |=
ProviderOptions
.OverrideProvider;
MS\Internal\Automation\InteropAutomationProvider.cs (3)
28
ProviderOptions
IRawElementProviderSimple.ProviderOptions
30
get { return
ProviderOptions
.ServerSideProvider |
ProviderOptions
.OverrideProvider; }
UIAutomationClient (2)
MS\Internal\Automation\HwndProxyElementProvider.cs (2)
59
ProviderOptions
IRawElementProviderSimple.ProviderOptions
63
return
ProviderOptions
.ClientSideProvider;
UIAutomationClientSideProviders (21)
MS\Internal\AutomationProxies\EmptyElement.cs (2)
33
ProviderOptions
IRawElementProviderSimple.ProviderOptions
37
return
ProviderOptions
.ClientSideProvider;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
479
ProviderOptions
IRawElementProviderSimple.ProviderOptions
483
return
ProviderOptions
.ClientSideProvider;
MS\Internal\AutomationProxies\NonClientArea.cs (2)
292
internal override
ProviderOptions
ProviderOptions
296
return base.ProviderOptions |
ProviderOptions
.NonClientAreaProvider;
MS\Internal\AutomationProxies\ProxySimple.cs (3)
77
internal virtual
ProviderOptions
ProviderOptions
81
return
ProviderOptions
.ClientSideProvider;
408
ProviderOptions
IRawElementProviderSimple.ProviderOptions
MS\Internal\AutomationProxies\WindowsIPAddress.cs (2)
322
internal override
ProviderOptions
ProviderOptions
326
return base.ProviderOptions |
ProviderOptions
.OverrideProvider;
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
1198
internal override
ProviderOptions
ProviderOptions
1205
return base.ProviderOptions |
ProviderOptions
.ProviderOwnsSetFocus;
MS\Internal\AutomationProxies\WindowsRebar.cs (2)
497
internal override
ProviderOptions
ProviderOptions
501
return base.ProviderOptions |
ProviderOptions
.OverrideProvider;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (2)
660
internal override
ProviderOptions
ProviderOptions
664
return base.ProviderOptions |
ProviderOptions
.OverrideProvider;
MS\Internal\AutomationProxies\WindowsTab.cs (2)
1404
internal override
ProviderOptions
ProviderOptions
1408
return base.ProviderOptions |
ProviderOptions
.OverrideProvider;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
496
internal override
ProviderOptions
ProviderOptions
500
return base.ProviderOptions |
ProviderOptions
.OverrideProvider;
UIAutomationProvider (1)
Forwards.cs (1)
13
[assembly: TypeForwardedTo(typeof(System.Windows.Automation.Provider.
ProviderOptions
))]
UIAutomationTypes (1)
System\Windows\Automation\Provider\IRawElementProviderSimple.cs (1)
72
ProviderOptions
ProviderOptions