2 writes to Length
System.Windows.Forms (2)
winforms\Managed\System\WinForms\LinkLabel.cs (2)
256
((Link)links[0]).
Length
= value.Length;
2124
l.
Length
= length;
15 references to Length
System.Windows.Forms (15)
winforms\Managed\System\WinForms\LinkConverter.cs (3)
122
args[nArg++] = intConverter.ConvertToString(context, culture, link.
Length
);
133
return new InstanceDescriptor(info, new object[] {link.Start, link.
Length
}, true);
139
return new InstanceDescriptor(info, new object[] {link.Start, link.
Length
, link.LinkData}, true);
winforms\Managed\System\WinForms\LinkLabel.cs (12)
235
return new LinkArea(((Link)links[0]).Start, ((Link)links[0]).
Length
);
666
int charEnd = ConvertToCharIndex(link.Start + link.
Length
, text);
763
int charEnd = ConvertToCharIndex(link.Start + link.
Length
, text);
765
int length = (int) Math.Min(link.
Length
, textLen - link.Start);
1520
int charEnd = ConvertToCharIndex(link.Start + link.
Length
, text);
1615
charEnd = ConvertToCharIndex(test.Start + test.
Length
, text);
1630
charEnd = ConvertToCharIndex(test.Start + test.
Length
, text);
1839
if (left.
Length
< 0) {
1847
int minEnd = Math.Min(left.Start + left.
Length
, right.Start + right.
Length
);
2135
if (value != null && value.
Length
!= 0) {
2776
int charEnd = LinkLabel.ConvertToCharIndex(link.Start + link.
Length
, text);