18 instantiations of SAFEARRAYBOUND
System.Private.Windows.Core (2)
Windows\Win32\System\Com\SAFEARRAY.cs (1)
29
SAFEARRAYBOUND saBound =
new
()
Windows\Win32\System\Com\SafeArrayScope.cs (1)
121
SAFEARRAYBOUND saBound =
new
()
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
35
SAFEARRAYBOUND saBound =
new
()
System.Windows.Forms.Primitives.Tests (15)
Interop\Oleaut32\SAFEARRAYTests.cs (10)
54
SAFEARRAYBOUND saBound =
new
()
88
SAFEARRAYBOUND saBound =
new
()
174
saBounds[0] = new
SAFEARRAYBOUND
179
saBounds[1] = new
SAFEARRAYBOUND
215
SAFEARRAYBOUND saBound =
new
()
262
SAFEARRAYBOUND saBound =
new
()
310
saBounds[0] = new
SAFEARRAYBOUND
316
saBounds[1] = new
SAFEARRAYBOUND
364
saBounds[0] = new
SAFEARRAYBOUND
370
saBounds[1] = new
SAFEARRAYBOUND
Interop\Oleaut32\VARIANTTests.cs (5)
5392
saBounds[i] = new
SAFEARRAYBOUND
5414
SAFEARRAYBOUND saBound =
new
()
5447
saBounds[0] = new
SAFEARRAYBOUND
5453
saBounds[1] = new
SAFEARRAYBOUND
5738
SAFEARRAYBOUND saBound =
new
()
39 references to SAFEARRAYBOUND
System.Private.Windows.Core (19)
Windows.Win32.ARRAYDESC.g.cs (2)
36
internal global::Windows.Win32.VariableLengthInlineArray<winmdroot.System.Com.
SAFEARRAYBOUND
> rgbounds;
43
v +=checked((count - 1) * sizeof(winmdroot.System.Com.
SAFEARRAYBOUND
));
Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs (8)
95
/// <inheritdoc cref="SafeArrayCreate(winmdroot.System.Variant.VARENUM, uint, winmdroot.System.Com.
SAFEARRAYBOUND
*)"/>
96
internal static unsafe winmdroot.System.Com.SAFEARRAY* SafeArrayCreate(winmdroot.System.Variant.VARENUM vt, uint cDims, in winmdroot.System.Com.
SAFEARRAYBOUND
rgsabound)
98
fixed (winmdroot.System.Com.
SAFEARRAYBOUND
* rgsaboundLocal = &rgsabound)
114
internal static extern unsafe winmdroot.System.Com.SAFEARRAY* SafeArrayCreate(winmdroot.System.Variant.VARENUM vt, uint cDims, winmdroot.System.Com.
SAFEARRAYBOUND
* rgsabound);
116
/// <inheritdoc cref="SafeArrayCreateEx(winmdroot.System.Variant.VARENUM, uint, winmdroot.System.Com.
SAFEARRAYBOUND
*, void*)"/>
117
internal static unsafe winmdroot.System.Com.SAFEARRAY* SafeArrayCreateEx(winmdroot.System.Variant.VARENUM vt, uint cDims, in winmdroot.System.Com.
SAFEARRAYBOUND
rgsabound, void* pvExtra)
119
fixed (winmdroot.System.Com.
SAFEARRAYBOUND
* rgsaboundLocal = &rgsabound)
134
internal static extern unsafe winmdroot.System.Com.SAFEARRAY* SafeArrayCreateEx(winmdroot.System.Variant.VARENUM vt, uint cDims, winmdroot.System.Com.
SAFEARRAYBOUND
* rgsabound, void* pvExtra);
Windows.Win32.SAFEARRAY.g.cs (2)
51
internal global::Windows.Win32.VariableLengthInlineArray<winmdroot.System.Com.
SAFEARRAYBOUND
> rgsabound;
58
v +=checked((count - 1) * sizeof(winmdroot.System.Com.
SAFEARRAYBOUND
));
Windows\Win32\System\Com\SAFEARRAY.cs (5)
14
/// Gets the <see cref="
SAFEARRAYBOUND
"/> of the <paramref name="dimension"/>.
16
public
SAFEARRAYBOUND
GetBounds(int dimension = 0)
20
return new ReadOnlySpan<
SAFEARRAYBOUND
>(b, cDims)[dimension];
29
SAFEARRAYBOUND
saBound = new()
81
ReadOnlySpan<
SAFEARRAYBOUND
> bounds = new(b, cDims);
Windows\Win32\System\Com\SafeArrayScope.cs (2)
11
/// <see cref="PInvokeCore.SafeArrayCreate(VARENUM, uint,
SAFEARRAYBOUND
*)"/>
121
SAFEARRAYBOUND
saBound = new()
System.Windows.Forms.Primitives (2)
Windows\Win32\System\Com\ComSafeArrayScope.cs (2)
10
/// <see cref="PInvokeCore.SafeArrayCreate(VARENUM, uint,
SAFEARRAYBOUND
*)"/>
35
SAFEARRAYBOUND
saBound = new()
System.Windows.Forms.Primitives.Tests (18)
Interop\Oleaut32\SAFEARRAYTests.cs (12)
54
SAFEARRAYBOUND
saBound = new()
88
SAFEARRAYBOUND
saBound = new()
173
SAFEARRAYBOUND
* saBounds = stackalloc
SAFEARRAYBOUND
[2];
197
Assert.Equal(10u, ((
SAFEARRAYBOUND
*)&psa->rgsabound)[1].cElements);
198
Assert.Equal(1, ((
SAFEARRAYBOUND
*)&psa->rgsabound)[1].lLbound);
215
SAFEARRAYBOUND
saBound = new()
262
SAFEARRAYBOUND
saBound = new()
309
SAFEARRAYBOUND
* saBounds = stackalloc
SAFEARRAYBOUND
[2];
363
SAFEARRAYBOUND
* saBounds = stackalloc
SAFEARRAYBOUND
[2];
Interop\Oleaut32\VARIANTTests.cs (6)
5389
SAFEARRAYBOUND
* saBounds = stackalloc
SAFEARRAYBOUND
[rank];
5414
SAFEARRAYBOUND
saBound = new()
5446
SAFEARRAYBOUND
* saBounds = stackalloc
SAFEARRAYBOUND
[2];
5738
SAFEARRAYBOUND
saBound = new()