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