1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
35
IRangeValueProvider.
Interface
,
26 references to Interface
System.Windows.Forms (7)
System\Windows\Forms\Accessibility\AccessibleObject.cs (7)
3051
HRESULT IRangeValueProvider.
Interface
.SetValue(double val)
3057
HRESULT IRangeValueProvider.
Interface
.get_Value(double* pRetVal)
3068
HRESULT IRangeValueProvider.
Interface
.get_IsReadOnly(BOOL* pRetVal)
3079
HRESULT IRangeValueProvider.
Interface
.get_Maximum(double* pRetVal)
3090
HRESULT IRangeValueProvider.
Interface
.get_Minimum(double* pRetVal)
3101
HRESULT IRangeValueProvider.
Interface
.get_LargeChange(double* pRetVal)
3112
HRESULT IRangeValueProvider.
Interface
.get_SmallChange(double* pRetVal)
System.Windows.Forms.Primitives (19)
Windows.Win32.IRangeValueProvider.g.cs (7)
62
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
106
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
145
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
184
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
221
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
258
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
300
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
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)