4 references to new
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
85
return
new
(SAFEARRAY.CreateEmpty(VARENUM.VT_R8));
System\Windows\Forms\Automation\UiaTextRange.cs (1)
345
SafeArrayScope<double> ownerBounds =
new
(result.data.parray);
Windows\Win32\System\Com\ComSafeArrayScope.cs (2)
30
_value =
new
(value);
41
_value =
new
(PInvokeCore.SafeArrayCreate(VARENUM.VT_UNKNOWN, 1, &saBound));