9 references to new
System.Private.Windows.Core (1)
Windows\Win32\PInvokeCore.GetWindowText.cs (1)
19
using BufferScope<char> buffer =
new
(stackalloc char[128]);
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FolderBrowserDialog.cs (1)
514
using BufferScope<char> buffer =
new
(stackalloc char[(int)PInvokeCore.MAX_PATH + 1]);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ByteViewer.cs (1)
397
using BufferScope<char> charsBuffer =
new
(stackalloc char[256]);
System.Windows.Forms.Primitives (3)
System\ComponentModel\TypeConverterHelper.cs (1)
32
using BufferScope<Range> tokens =
new
(stackalloc Range[16]);
Windows\Win32\PInvoke.GetModuleFileNameLongPath.cs (1)
13
using BufferScope<char> buffer =
new
(stackalloc char[(int)PInvokeCore.MAX_PATH]);
Windows\Win32\Pinvoke.RegLoadMUIString.cs (1)
15
using BufferScope<char> buffer =
new
(stackalloc char[128]);
System.Windows.Forms.Primitives.Tests (3)
System\BufferScopeTests.cs (3)
11
using BufferScope<char> buffer =
new
(stackalloc char[10]);
20
using BufferScope<char> buffer =
new
(stackalloc char[10]);
31
using BufferScope<char> buffer =
new
(stackalloc char[10]);