51 references to IScrollProvider
System.Windows.Forms (6)
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibleObject.cs (6)
6
using IScrollProvider = Windows.Win32.UI.Accessibility.
IScrollProvider
;
13
internal sealed class PrintPreviewControlAccessibleObject : ControlAccessibleObject,
IScrollProvider
.Interface
95
HRESULT
IScrollProvider
.Interface.Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
152
HRESULT
IScrollProvider
.Interface.SetScrollPercent(double horizontalPercent, double verticalPercent)
209
BOOL
IScrollProvider
.Interface.HorizontallyScrollable =>
212
BOOL
IScrollProvider
.Interface.VerticallyScrollable =>
System.Windows.Forms.Primitives (43)
Windows.Win32.IScrollProvider.g.cs (43)
26
:IVTable<
IScrollProvider
,
IScrollProvider
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
IScrollProvider
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
IScrollProvider
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
IScrollProvider
*,uint>)lpVtbl[1])((
IScrollProvider
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
IScrollProvider
*,uint>)lpVtbl[2])((
IScrollProvider
*)Unsafe.AsPointer(ref this));
58
private static winmdroot.Foundation.HRESULT Scroll(
IScrollProvider
* pThis, winmdroot.UI.Accessibility.ScrollAmount horizontalAmount, winmdroot.UI.Accessibility.ScrollAmount verticalAmount)
84
((delegate *unmanaged [Stdcall]<
IScrollProvider
*,winmdroot.UI.Accessibility.ScrollAmount ,winmdroot.UI.Accessibility.ScrollAmount ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
IScrollProvider
*)Unsafe.AsPointer(ref this), horizontalAmount, verticalAmount).ThrowOnFailure();
90
private static winmdroot.Foundation.HRESULT SetScrollPercent(
IScrollProvider
* pThis, double horizontalPercent, double verticalPercent)
125
((delegate *unmanaged [Stdcall]<
IScrollProvider
*,double ,double ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
IScrollProvider
*)Unsafe.AsPointer(ref this), horizontalPercent, verticalPercent).ThrowOnFailure();
131
private static winmdroot.Foundation.HRESULT get_HorizontalScrollPercent(
IScrollProvider
* pThis, double* pRetVal)
156
((delegate *unmanaged [Stdcall]<
IScrollProvider
*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[5])((
IScrollProvider
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
164
private static winmdroot.Foundation.HRESULT get_VerticalScrollPercent(
IScrollProvider
* pThis, double* pRetVal)
189
((delegate *unmanaged [Stdcall]<
IScrollProvider
*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[6])((
IScrollProvider
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
197
private static winmdroot.Foundation.HRESULT get_HorizontalViewSize(
IScrollProvider
* pThis, double* pRetVal)
224
((delegate *unmanaged [Stdcall]<
IScrollProvider
*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[7])((
IScrollProvider
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
232
private static winmdroot.Foundation.HRESULT get_VerticalViewSize(
IScrollProvider
* pThis, double* pRetVal)
259
((delegate *unmanaged [Stdcall]<
IScrollProvider
*,double* ,winmdroot.Foundation.HRESULT>)lpVtbl[8])((
IScrollProvider
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
267
private static winmdroot.Foundation.HRESULT get_HorizontallyScrollable(
IScrollProvider
* pThis, winmdroot.Foundation.BOOL* pRetVal)
295
((delegate *unmanaged [Stdcall]<
IScrollProvider
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[9])((
IScrollProvider
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
303
private static winmdroot.Foundation.HRESULT get_VerticallyScrollable(
IScrollProvider
* pThis, winmdroot.Foundation.BOOL* pRetVal)
331
((delegate *unmanaged [Stdcall]<
IScrollProvider
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT>)lpVtbl[10])((
IScrollProvider
*)Unsafe.AsPointer(ref this), &__result).ThrowOnFailure();
357
internal delegate *unmanaged [Stdcall]<
IScrollProvider
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
359
internal delegate *unmanaged [Stdcall]<
IScrollProvider
*,uint> AddRef_2;
361
internal delegate *unmanaged [Stdcall]<
IScrollProvider
*,uint> Release_3;
363
internal delegate *unmanaged [Stdcall]<
IScrollProvider
*,winmdroot.UI.Accessibility.ScrollAmount ,winmdroot.UI.Accessibility.ScrollAmount ,winmdroot.Foundation.HRESULT> Scroll_4;
365
internal delegate *unmanaged [Stdcall]<
IScrollProvider
*,double ,double ,winmdroot.Foundation.HRESULT> SetScrollPercent_5;
367
internal delegate *unmanaged [Stdcall]<
IScrollProvider
*,double* ,winmdroot.Foundation.HRESULT> get_HorizontalScrollPercent_6;
369
internal delegate *unmanaged [Stdcall]<
IScrollProvider
*,double* ,winmdroot.Foundation.HRESULT> get_VerticalScrollPercent_7;
371
internal delegate *unmanaged [Stdcall]<
IScrollProvider
*,double* ,winmdroot.Foundation.HRESULT> get_HorizontalViewSize_8;
373
internal delegate *unmanaged [Stdcall]<
IScrollProvider
*,double* ,winmdroot.Foundation.HRESULT> get_VerticalViewSize_9;
375
internal delegate *unmanaged [Stdcall]<
IScrollProvider
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_HorizontallyScrollable_10;
377
internal delegate *unmanaged [Stdcall]<
IScrollProvider
*,winmdroot.Foundation.BOOL* ,winmdroot.Foundation.HRESULT> get_VerticallyScrollable_11;
System.Windows.Forms.Tests (2)
System\Windows\Forms\Printing\PrintPreviewControl.PrintPreviewControlAccessibilityObjectTests.cs (2)
9
using IScrollProvider = Windows.Win32.UI.Accessibility.
IScrollProvider
;
155
IScrollProvider
.Interface scrollProvider = accessibleObject;