1 write to parray
System.Private.Windows.Core (1)
Windows\Win32\System\Com\SafeArrayScope.cs (1)
249public static explicit operator VARIANT(in SafeArrayScope<T> scope) => new() { vt = VARENUM.VT_ARRAY | scope.Value->VarType, data = new() { parray = (SAFEARRAY*)scope._value } };
3 references to parray
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Automation\UiaTextRange.cs (3)
337|| result.data.parray->VarType is not VARENUM.VT_R8 338|| result.data.parray->GetBounds().cElements != 4) 345SafeArrayScope<double> ownerBounds = new(result.data.parray);