4 implementations of get_ProviderOptions
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
968
HRESULT IRawElementProviderSimple.Interface.
get_ProviderOptions
(ProviderOptions* pRetVal)
System.Windows.Forms.Primitives (1)
Interop\UiaCore\Interop.StubFragmentRoot.cs (1)
101
HRESULT IRawElementProviderSimple.Interface.
get_ProviderOptions
(ProviderOptions* 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();
3 references to get_ProviderOptions
System.Windows.Forms.Primitives (3)
Windows.Win32.IRawElementProviderSimple.g.cs (1)
77
return __object.
get_ProviderOptions
(pRetVal);
Windows.Win32.UI_Accessibility_IRawElementProviderSimple_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.IRawElementProviderSimple.Interface.
get_ProviderOptions
(winmdroot.UI.Accessibility.ProviderOptions*)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
get_ProviderOptions
(pRetValLocal);