18 references to SetValue
System.Private.Windows.Core (18)
Windows\Win32\System\Variant\VARIANT.cs (18)
526SetValue(array, psa->GetValue<sbyte>(indices), indices, lowerBounds); 529SetValue(array, psa->GetValue<byte>(indices), indices, lowerBounds); 532SetValue(array, psa->GetValue<short>(indices), indices, lowerBounds); 535SetValue(array, psa->GetValue<ushort>(indices), indices, lowerBounds); 539SetValue(array, psa->GetValue<int>(indices), indices, lowerBounds); 544SetValue(array, psa->GetValue<uint>(indices), indices, lowerBounds); 547SetValue(array, psa->GetValue<long>(indices), indices, lowerBounds); 550SetValue(array, psa->GetValue<ulong>(indices), indices, lowerBounds); 553SetValue(array, psa->GetValue<float>(indices), indices, lowerBounds); 556SetValue(array, psa->GetValue<double>(indices), indices, lowerBounds); 561SetValue(array, data != VARIANT_BOOL.VARIANT_FALSE, indices, lowerBounds); 568SetValue(array, data.ToDecimal(), indices, lowerBounds); 575SetValue(array, decimal.FromOACurrency(data), indices, lowerBounds); 582SetValue(array, DateTime.FromOADate(data), indices, lowerBounds); 589SetValue(array, Marshal.PtrToStringUni(data), indices, lowerBounds); 599SetValue<object?>(array, null, indices, lowerBounds); 603SetValue(array, ComHelpers.GetObjectForIUnknown((IUnknown*)data), indices, lowerBounds); 612SetValue(array, data.ToObject(), indices, lowerBounds);