18 instantiations of SAFEARRAYBOUND
System.Private.Windows.Core (2)
Windows\Win32\System\Com\SAFEARRAY.cs (1)
29SAFEARRAYBOUND saBound = new()
Windows\Win32\System\Com\SafeArrayScope.cs (1)
121SAFEARRAYBOUND saBound = new()
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
35SAFEARRAYBOUND saBound = new()
System.Windows.Forms.Primitives.Tests (15)
Interop\Oleaut32\SAFEARRAYTests.cs (10)
54SAFEARRAYBOUND saBound = new() 88SAFEARRAYBOUND saBound = new() 174saBounds[0] = new SAFEARRAYBOUND 179saBounds[1] = new SAFEARRAYBOUND 215SAFEARRAYBOUND saBound = new() 262SAFEARRAYBOUND saBound = new() 310saBounds[0] = new SAFEARRAYBOUND 316saBounds[1] = new SAFEARRAYBOUND 364saBounds[0] = new SAFEARRAYBOUND 370saBounds[1] = new SAFEARRAYBOUND
Interop\Oleaut32\VARIANTTests.cs (5)
5392saBounds[i] = new SAFEARRAYBOUND 5414SAFEARRAYBOUND saBound = new() 5447saBounds[0] = new SAFEARRAYBOUND 5453saBounds[1] = new SAFEARRAYBOUND 5738SAFEARRAYBOUND 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"/>. 16public SAFEARRAYBOUND GetBounds(int dimension = 0) 20return new ReadOnlySpan<SAFEARRAYBOUND>(b, cDims)[dimension]; 29SAFEARRAYBOUND saBound = new() 81ReadOnlySpan<SAFEARRAYBOUND> bounds = new(b, cDims);
Windows\Win32\System\Com\SafeArrayScope.cs (2)
11/// <see cref="PInvokeCore.SafeArrayCreate(VARENUM, uint, SAFEARRAYBOUND*)"/> 121SAFEARRAYBOUND saBound = new()
System.Windows.Forms.Primitives (2)
Windows\Win32\System\Com\ComSafeArrayScope.cs (2)
10/// <see cref="PInvokeCore.SafeArrayCreate(VARENUM, uint, SAFEARRAYBOUND*)"/> 35SAFEARRAYBOUND saBound = new()
System.Windows.Forms.Primitives.Tests (18)
Interop\Oleaut32\SAFEARRAYTests.cs (12)
54SAFEARRAYBOUND saBound = new() 88SAFEARRAYBOUND saBound = new() 173SAFEARRAYBOUND* saBounds = stackalloc SAFEARRAYBOUND[2]; 197Assert.Equal(10u, ((SAFEARRAYBOUND*)&psa->rgsabound)[1].cElements); 198Assert.Equal(1, ((SAFEARRAYBOUND*)&psa->rgsabound)[1].lLbound); 215SAFEARRAYBOUND saBound = new() 262SAFEARRAYBOUND saBound = new() 309SAFEARRAYBOUND* saBounds = stackalloc SAFEARRAYBOUND[2]; 363SAFEARRAYBOUND* saBounds = stackalloc SAFEARRAYBOUND[2];
Interop\Oleaut32\VARIANTTests.cs (6)
5389SAFEARRAYBOUND* saBounds = stackalloc SAFEARRAYBOUND[rank]; 5414SAFEARRAYBOUND saBound = new() 5446SAFEARRAYBOUND* saBounds = stackalloc SAFEARRAYBOUND[2]; 5738SAFEARRAYBOUND saBound = new()