17 references to GetValue
System.Private.Windows.Core (17)
Windows\Win32\System\Variant\VARIANT.cs (17)
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); 560VARIANT_BOOL data = psa->GetValue<VARIANT_BOOL>(indices); 567DECIMAL data = psa->GetValue<DECIMAL>(indices); 574long data = psa->GetValue<long>(indices); 581double data = psa->GetValue<double>(indices); 588IntPtr data = psa->GetValue<IntPtr>(indices); 596IntPtr data = psa->GetValue<IntPtr>(indices); 611VARIANT data = psa->GetValue<VARIANT>(indices);