3 references to First
System.Drawing.Common (3)
System\Drawing\CharacterRange.cs (3)
41public readonly bool Equals(CharacterRange other) => First == other.First && Length == other.Length; 47public override readonly int GetHashCode() => HashCode.Combine(First, Length);