2 writes to length
System.Windows.Forms (2)
System\Windows\Forms\Controls\Labels\LinkArea.cs (2)
20this.length = length; 32set => length = value;
4 references to length
System.Windows.Forms (4)
System\Windows\Forms\Controls\Labels\LinkArea.cs (4)
31readonly get => length; 37public readonly bool IsEmpty => length == start && start == 0; 50=> other.Start == start && other.Length == length; 60public override readonly int GetHashCode() => HashCode.Combine(start, length);