60 references to IRangeValueProvider
System.Windows.Forms (9)
System\Windows\Forms\Accessibility\AccessibleObject.cs (9)
35IRangeValueProvider.Interface, 65IRangeValueProvider, 3051HRESULT IRangeValueProvider.Interface.SetValue(double val) 3057HRESULT IRangeValueProvider.Interface.get_Value(double* pRetVal) 3068HRESULT IRangeValueProvider.Interface.get_IsReadOnly(BOOL* pRetVal) 3079HRESULT IRangeValueProvider.Interface.get_Maximum(double* pRetVal) 3090HRESULT IRangeValueProvider.Interface.get_Minimum(double* pRetVal) 3101HRESULT IRangeValueProvider.Interface.get_LargeChange(double* pRetVal) 3112HRESULT IRangeValueProvider.Interface.get_SmallChange(double* pRetVal)
System.Windows.Forms.Primitives (51)
_generated\230\Windows.Win32.IRangeValueProvider.g.cs (39)
27 :winmdroot.IVTable<IRangeValueProvider,IRangeValueProvider.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IRangeValueProvider*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,uint>)lpVtbl[1])((IRangeValueProvider*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,uint>)lpVtbl[2])((IRangeValueProvider*)Unsafe.AsPointer(ref this)); 60 private static winmdroot.Foundation.HRESULT SetValue(IRangeValueProvider* pThis, double val) 88 ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,double ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IRangeValueProvider*)Unsafe.AsPointer(ref this), val).ThrowOnFailure(); 105 private static winmdroot.Foundation.HRESULT get_Value(IRangeValueProvider* pThis, double* pRetVal) 128 return ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IRangeValueProvider*)Unsafe.AsPointer(ref this), pRetVal); 145 private static winmdroot.Foundation.HRESULT get_IsReadOnly(IRangeValueProvider* pThis, winmdroot.Foundation.BOOL* pRetVal) 168 return ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((IRangeValueProvider*)Unsafe.AsPointer(ref this), pRetVal); 185 private static winmdroot.Foundation.HRESULT get_Maximum(IRangeValueProvider* pThis, double* pRetVal) 206 return ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((IRangeValueProvider*)Unsafe.AsPointer(ref this), pRetVal); 223 private static winmdroot.Foundation.HRESULT get_Minimum(IRangeValueProvider* pThis, double* pRetVal) 244 return ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((IRangeValueProvider*)Unsafe.AsPointer(ref this), pRetVal); 261 private static winmdroot.Foundation.HRESULT get_LargeChange(IRangeValueProvider* pThis, double* pRetVal) 287 return ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((IRangeValueProvider*)Unsafe.AsPointer(ref this), pRetVal); 304 private static winmdroot.Foundation.HRESULT get_SmallChange(IRangeValueProvider* pThis, double* pRetVal) 330 return ((delegate *unmanaged [Stdcall]<IRangeValueProvider*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((IRangeValueProvider*)Unsafe.AsPointer(ref this), pRetVal); 356 internal delegate *unmanaged [Stdcall]<IRangeValueProvider*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 358 internal delegate *unmanaged [Stdcall]<IRangeValueProvider*,uint> AddRef_2; 360 internal delegate *unmanaged [Stdcall]<IRangeValueProvider*,uint> Release_3; 362 internal delegate *unmanaged [Stdcall]<IRangeValueProvider*,double ,winmdroot.Foundation.HRESULT> SetValue_4; 364 internal delegate *unmanaged [Stdcall]<IRangeValueProvider*,double* ,winmdroot.Foundation.HRESULT> get_Value_5; 366 internal delegate *unmanaged [Stdcall]<IRangeValueProvider*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_IsReadOnly_6; 368 internal delegate *unmanaged [Stdcall]<IRangeValueProvider*,double* ,winmdroot.Foundation.HRESULT> get_Maximum_7; 370 internal delegate *unmanaged [Stdcall]<IRangeValueProvider*,double* ,winmdroot.Foundation.HRESULT> get_Minimum_8; 372 internal delegate *unmanaged [Stdcall]<IRangeValueProvider*,double* ,winmdroot.Foundation.HRESULT> get_LargeChange_9; 374 internal delegate *unmanaged [Stdcall]<IRangeValueProvider*,double* ,winmdroot.Foundation.HRESULT> get_SmallChange_10;
_generated\571\Windows.Win32.UI_Accessibility_IRangeValueProvider_Extensions.g.cs (12)
23 /// <inheritdoc cref="winmdroot.UI.Accessibility.IRangeValueProvider.Interface.get_Value(double*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT get_Value(this winmdroot.UI.Accessibility.IRangeValueProvider.Interface @this, out double pRetVal) 33 /// <inheritdoc cref="winmdroot.UI.Accessibility.IRangeValueProvider.Interface.get_IsReadOnly(winmdroot.Foundation.BOOL*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT get_IsReadOnly(this winmdroot.UI.Accessibility.IRangeValueProvider.Interface @this, out winmdroot.Foundation.BOOL pRetVal) 43 /// <inheritdoc cref="winmdroot.UI.Accessibility.IRangeValueProvider.Interface.get_Maximum(double*)"/> 44 internal static unsafe winmdroot.Foundation.HRESULT get_Maximum(this winmdroot.UI.Accessibility.IRangeValueProvider.Interface @this, out double pRetVal) 53 /// <inheritdoc cref="winmdroot.UI.Accessibility.IRangeValueProvider.Interface.get_Minimum(double*)"/> 54 internal static unsafe winmdroot.Foundation.HRESULT get_Minimum(this winmdroot.UI.Accessibility.IRangeValueProvider.Interface @this, out double pRetVal) 63 /// <inheritdoc cref="winmdroot.UI.Accessibility.IRangeValueProvider.Interface.get_LargeChange(double*)"/> 64 internal static unsafe winmdroot.Foundation.HRESULT get_LargeChange(this winmdroot.UI.Accessibility.IRangeValueProvider.Interface @this, out double pRetVal) 73 /// <inheritdoc cref="winmdroot.UI.Accessibility.IRangeValueProvider.Interface.get_SmallChange(double*)"/> 74 internal static unsafe winmdroot.Foundation.HRESULT get_SmallChange(this winmdroot.UI.Accessibility.IRangeValueProvider.Interface @this, out double pRetVal)