15 references to SafeArrayPutElement
System.Private.Windows.Core (3)
Windows.Win32.PInvokeCore.OLEAUT32.dll.g.cs (2)
218 /// <inheritdoc cref="SafeArrayPutElement(winmdroot.System.Com.SAFEARRAY*, int*, void*)"/> 223 winmdroot.Foundation.HRESULT __result = PInvokeCore.SafeArrayPutElement(psa, rgIndicesLocal, pv);
Windows\Win32\System\Com\SafeArrayScope.cs (1)
225PInvokeCore.SafeArrayPutElement((SAFEARRAY*)_value, pIndices, value).ThrowOnFailure();
System.Windows.Forms.Primitives.Tests (12)
Interop\Oleaut32\SAFEARRAYTests.cs (8)
233HRESULT hr = PInvokeCore.SafeArrayPutElement(psa, pIndices1, &value1); 237hr = PInvokeCore.SafeArrayPutElement(psa, pIndices2, &value2); 280HRESULT hr = PInvokeCore.SafeArrayPutElement(psa, pIndices1, &value1); 284hr = PInvokeCore.SafeArrayPutElement(psa, pIndices2, &value2); 334HRESULT hr = PInvokeCore.SafeArrayPutElement(psa, pIndices1, &value1); 338hr = PInvokeCore.SafeArrayPutElement(psa, pIndices2, &value2); 388HRESULT hr = PInvokeCore.SafeArrayPutElement(psa, pIndices1, &value1); 392hr = PInvokeCore.SafeArrayPutElement(psa, pIndices2, &value2);
Interop\Oleaut32\VARIANTTests.cs (4)
5435? PInvokeCore.SafeArrayPutElement(psa, &index, (void*)valuePtr) 5436: PInvokeCore.SafeArrayPutElement(psa, &index, &value); 5478? PInvokeCore.SafeArrayPutElement(psa, indices, (void*)valuePtr) 5479: PInvokeCore.SafeArrayPutElement(psa, indices, &value);