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