16 references to ProviderOptions
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\AccessibleObject.cs (4)
598
=> (int)(UIA.
ProviderOptions
.ProviderOptions_ServerSideProvider | UIA.
ProviderOptions
.ProviderOptions_UseComThreading);
968
HRESULT IRawElementProviderSimple.Interface.get_ProviderOptions(
ProviderOptions
* pRetVal)
975
*pRetVal = (
ProviderOptions
)ProviderOptions;
System.Windows.Forms.Primitives (12)
_generated\234\Windows.Win32.IRawElementProviderSimple.g.cs (8)
55
/// <inheritdoc cref="get_ProviderOptions(winmdroot.UI.Accessibility.
ProviderOptions
*)"/>
56
internal unsafe winmdroot.Foundation.HRESULT get_ProviderOptions(out winmdroot.UI.Accessibility.
ProviderOptions
pRetVal)
58
fixed (winmdroot.UI.Accessibility.
ProviderOptions
* pRetValLocal = &pRetVal)
68
private static winmdroot.Foundation.HRESULT get_ProviderOptions(IRawElementProviderSimple* pThis, winmdroot.UI.Accessibility.
ProviderOptions
* pRetVal)
90
public unsafe winmdroot.Foundation.HRESULT get_ProviderOptions(winmdroot.UI.Accessibility.
ProviderOptions
* pRetVal)
92
return ((delegate *unmanaged [Stdcall]<IRawElementProviderSimple*,winmdroot.UI.Accessibility.
ProviderOptions
* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IRawElementProviderSimple*)Unsafe.AsPointer(ref this), pRetVal);
245
internal delegate *unmanaged [Stdcall]<IRawElementProviderSimple*,winmdroot.UI.Accessibility.
ProviderOptions
* ,winmdroot.Foundation.HRESULT> get_ProviderOptions_4;
281
unsafe winmdroot.Foundation.HRESULT get_ProviderOptions(winmdroot.UI.Accessibility.
ProviderOptions
* pRetVal);
_generated\572\Windows.Win32.UI_Accessibility_IRawElementProviderSimple_Extensions.g.cs (3)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.IRawElementProviderSimple.Interface.get_ProviderOptions(winmdroot.UI.Accessibility.
ProviderOptions
*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT get_ProviderOptions(this winmdroot.UI.Accessibility.IRawElementProviderSimple.Interface @this, out winmdroot.UI.Accessibility.
ProviderOptions
pRetVal)
26
fixed (winmdroot.UI.Accessibility.
ProviderOptions
* pRetValLocal = &pRetVal)
Interop\UiaCore\Interop.StubFragmentRoot.cs (1)
101
HRESULT IRawElementProviderSimple.Interface.get_ProviderOptions(
ProviderOptions
* pRetVal)