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