1 write to _bufferScope
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\ArgbBuffer.cs (1)
26_bufferScope = new BufferScope<ARGB>(new Span<ARGB>(s, StackSpace), length);
4 references to _bufferScope
System.Private.Windows.Core (4)
Windows\Win32\Graphics\Gdi\ArgbBuffer.cs (4)
34_bufferScope[i] = colors[i]; 39ref Unsafe.As<ARGB, uint>(ref _bufferScope.GetPinnableReference()); 41public readonly Color[] ToColorArray(int length) => ARGB.ToColorArray(_bufferScope[..length]); 43public void Dispose() => _bufferScope.Dispose();