4 references to Value
System.Private.Windows.Core (4)
Windows\Win32\System\Com\SafeArrayScope.cs (4)
182if (Value->VarType == VARENUM.VT_VARIANT) 213PInvokeCore.SafeArrayGetElement(Value, pIndices, &result).ThrowOnFailure(); 228public int Length => (int)Value->GetBounds().cElements; 249public static explicit operator VARIANT(in SafeArrayScope<T> scope) => new() { vt = VARENUM.VT_ARRAY | scope.Value->VarType, data = new() { parray = (SAFEARRAY*)scope._value } };