4 references to new
System.Private.Windows.Core (1)
Windows\Win32\System\Com\SafeArrayScope.cs (1)
133public SafeArrayScope(T[] array) : this((uint)array.Length)
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
415using SafeArrayScope<object> scope = new(1);
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Automation\UiaTextProvider.cs (2)
88SafeArrayScope<double> result = new((uint)(rectArray.Count * 4)); 109SafeArrayScope<double> result = new(4);