3 writes to length
System.Windows.Forms (3)
winforms\Managed\System\WinForms\LinkLabel.cs (3)
2410this.length = length; 2416this.length = length; 2482length = value;
6 references to length
System.Windows.Forms (6)
winforms\Managed\System\WinForms\LinkLabel.cs (6)
1772return Links[0].Start != 0 || Links[0].length != -1; 2116&& this[0].length == -1) { 2144&& this[0].length == -1) { 2469if (length == -1) { 2478return length; 2481if (length != value) {