25 references to GetValue
System.Private.Windows.Core (17)
Windows\Win32\System\Variant\VARIANT.cs (17)
524SetValue(array, psa->GetValue<sbyte>(indices), indices, lowerBounds);
527SetValue(array, psa->GetValue<byte>(indices), indices, lowerBounds);
530SetValue(array, psa->GetValue<short>(indices), indices, lowerBounds);
533SetValue(array, psa->GetValue<ushort>(indices), indices, lowerBounds);
537SetValue(array, psa->GetValue<int>(indices), indices, lowerBounds);
542SetValue(array, psa->GetValue<uint>(indices), indices, lowerBounds);
545SetValue(array, psa->GetValue<long>(indices), indices, lowerBounds);
548SetValue(array, psa->GetValue<ulong>(indices), indices, lowerBounds);
551SetValue(array, psa->GetValue<float>(indices), indices, lowerBounds);
554SetValue(array, psa->GetValue<double>(indices), indices, lowerBounds);
558VARIANT_BOOL data = psa->GetValue<VARIANT_BOOL>(indices);
565DECIMAL data = psa->GetValue<DECIMAL>(indices);
572long data = psa->GetValue<long>(indices);
579double data = psa->GetValue<double>(indices);
586IntPtr data = psa->GetValue<IntPtr>(indices);
594IntPtr data = psa->GetValue<IntPtr>(indices);
609VARIANT data = psa->GetValue<VARIANT>(indices);
System.Windows.Forms.Primitives.Tests (8)