21 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.Interop.Tests (3)
AccessibleObjectTests.cs (3)
68
AssertSuccess(Test_IRawElementProviderSimpleProviderOptions(o,
ProviderOptions
.ProviderOptions_ServerSideProvider |
ProviderOptions
.ProviderOptions_UseComThreading));
812
ProviderOptions
expected);
System.Windows.Forms.Primitives (12)
Interop\UiaCore\Interop.StubFragmentRoot.cs (1)
101
HRESULT IRawElementProviderSimple.Interface.get_ProviderOptions(
ProviderOptions
* pRetVal)
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);
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)
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
1333
HRESULT IRawElementProviderSimple.Interface.get_ProviderOptions(
ProviderOptions
* pRetVal) => throw new NotImplementedException();
Windows\Win32\System\Com\ComSafeArrayScopeTests.cs (1)
38
public HRESULT get_ProviderOptions(
ProviderOptions
* pRetVal) => throw new NotImplementedException();