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