5 references to SafeArrayScope
System.Windows.Forms (4)
System\Windows\Forms\Accessibility\AccessibleObject.cs (4)
642UIA_PROPERTY_ID.UIA_RuntimeIdPropertyId => (VARIANT)new SafeArrayScope<int>(RuntimeId), 945*pRetVal = new SafeArrayScope<int>(RuntimeId); 1046*pRetVal = new SafeArrayScope<int>(RuntimeId); 3029*pRetVal = result is null ? SAFEARRAY.CreateEmpty(VARENUM.VT_I4) : new SafeArrayScope<int>(result);
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\System\Com\SafeArrayScopeTests.cs (1)
12using SafeArrayScope<int> scope = new(intArray);