6 writes to
System.Private.Windows.Core (1)
Windows\Win32\System\Com\SafeArrayScope.cs (1)
138
this
[
i] = array[i];
System.Windows.Forms.Primitives (5)
System\Windows\Forms\Automation\UiaTextProvider.cs (4)
92
result
[
scan++] = rectArray[i].X;
93
result
[
scan++] = rectArray[i].Y;
94
result
[
scan++] = rectArray[i].Width;
95
result
[
scan++] = rectArray[i].Height;
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
59
set => _value
[
i] = (nint)value;
10 references to
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\ComSafeArrayScope.cs (1)
54
using ComScope<IUnknown> unknown = new((IUnknown*)_value
[
i]);
System.Windows.Forms.Primitives.Tests (9)
System\Windows\Forms\Automation\UiaTextProviderTests.cs (1)
79
Assert.Equal(expected[i], actual
[
i]);
System\Windows\Forms\Automation\UiaTextRangeTests.cs (7)
569
Assert.Equal(expectedRectArray
[
i], actual
[
i]);
670
Assert.True(actual
[
i] >= 0 && actual
[
i] >= expected[i] - 1 && actual
[
i] <= expected[i] + 1);
752
Assert.Equal(expected[i], actual
[
i]);
834
Assert.Equal(expected[i], actual
[
i]);
Windows\Win32\System\Com\SafeArrayScopeTests.cs (1)
16
Assert.Equal(intArray[i], scope
[
i]);