12 references to ComSafeArrayScope
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\Automation\UiaTextRangeTests.cs (1)
1060
ComSafeArrayScope<IRawElementProviderSimple> actual =
new
(null);
Windows\Win32\System\Com\ComSafeArrayScopeTests.cs (1)
17
Assert.Throws<ArgumentException>(() => new
ComSafeArrayScope
<IUnknown>(array));
System.Windows.Forms.Tests (10)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (5)
855
using ComSafeArrayScope<ITextRangeProvider> result =
new
(null);
874
using ComSafeArrayScope<ITextRangeProvider> result =
new
(null);
958
using ComSafeArrayScope<ITextRangeProvider> selection =
new
(null);
990
using ComSafeArrayScope<ITextRangeProvider> selection =
new
(null);
1019
using ComSafeArrayScope<ITextRangeProvider> selection =
new
(null);
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (5)
729
using ComSafeArrayScope<ITextRangeProvider> scope =
new
(null);
746
using ComSafeArrayScope<ITextRangeProvider> scope =
new
(null);
826
using ComSafeArrayScope<ITextRangeProvider> selection =
new
(null);
850
using ComSafeArrayScope<ITextRangeProvider> selection =
new
(null);
868
using ComSafeArrayScope<ITextRangeProvider> selection =
new
(null);