3 references to Value
System.Windows.Forms.Primitives (3)
Windows.Win32.int.InlineArrays.g.cs (3)
34 internal unsafe ref int this[int index] => ref Value[index]; 43 internal unsafe Span<int> AsSpan() => MemoryMarshal.CreateSpan(ref Value[0], SpanLength); 52 internal unsafe readonly ReadOnlySpan<int> AsReadOnlySpan() => MemoryMarshal.CreateReadOnlySpan(ref Unsafe.AsRef(in Value[0]), SpanLength);