16 references to new
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\HRGN.cs (1)
16
using BufferScope<byte> buffer =
new
((int)regionDataSize);
Windows\Win32\System\Com\ComManagedStream.cs (1)
76
using BufferScope<byte> buffer =
new
(4096);
System.Private.Windows.GdiPlus (1)
System\Drawing\ImageCodecInfoHelper.cs (1)
46
using BufferScope<byte> buffer =
new
((int)size);
System.Windows.Forms (10)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (1)
895
using BufferScope<char> buffer =
new
(256 + 1);
System\Windows\Forms\Control.MetafileDCWrapper.cs (3)
119
using BufferScope<byte> imageBuffer =
new
((int)totalBytesReqd);
120
using BufferScope<byte> bitmapInfoBuffer =
new
139
using BufferScope<byte> aj =
new
((int)(sizeof(PALETTEENTRY) * colorEntryCount));
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
3069
BufferScope<char> buffer =
new
(maxLength);
3269
using (BufferScope<char> buffer =
new
((int)PInvokeCore.MAX_PATH + 1))
System\Windows\Forms\ErrorProvider\ErrorProvider.IconRegion.cs (1)
54
using BufferScope<byte> bits =
new
(widthInBytes * size.Height);
System\Windows\Forms\Help\Help.cs (1)
127
using BufferScope<char> shortName =
new
((int)requiredStringSize);
System\Windows\Forms\Printing\PrinterSettingsExtensions.cs (1)
13
private BufferScope<byte> _buffer =
new
(sizeInBytes);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
159
using BufferScope<byte> bitmapInfoBuffer =
new
System.Windows.Forms.Primitives (1)
Windows\Win32\UI\Shell\FolderBrowserHelper.cs (1)
34
using BufferScope<char> buffer =
new
((int)PInvokeCore.MAX_PATH + 1);
System.Windows.Forms.Primitives.Tests (2)
System\BufferScopeTests.cs (2)
46
using BufferScope<char> buffer =
new
(32);
57
using BufferScope<char> buffer =
new
(64);