1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
34IValueProvider.Interface,
10 references to Interface
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\AccessibleObject.cs (3)
1367HRESULT IValueProvider.Interface.SetValue(PCWSTR val) 1373HRESULT IValueProvider.Interface.get_Value(BSTR* pRetVal) 1384HRESULT IValueProvider.Interface.get_IsReadOnly(BOOL* pRetVal)
System.Windows.Forms.Primitives (7)
Windows.Win32.IValueProvider.g.cs (3)
71 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 109 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 151 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.UI_Accessibility_IValueProvider_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.IValueProvider.Interface.SetValue(winmdroot.Foundation.PCWSTR)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT SetValue(this winmdroot.UI.Accessibility.IValueProvider.Interface @this, string val) 33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IValueProvider.Interface.get_IsReadOnly(winmdroot.Foundation.BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(this winmdroot.UI.Accessibility.IValueProvider.Interface @this, out winmdroot.Foundation.BOOL pRetVal)