6 writes to
System.Private.Windows.Core (1)
Windows\Win32\System\Com\SafeArrayScope.cs (1)
137this[i] = array[i];
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Automation\UiaTextProvider.cs (4)
92result[scan++] = rectArray[i].X; 93result[scan++] = rectArray[i].Y; 94result[scan++] = rectArray[i].Width; 95result[scan++] = rectArray[i].Height;
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
59set => _value[i] = (nint)value;
1 reference to
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
54using ComScope<IUnknown> unknown = new((IUnknown*)_value[i]);