5 references to LengthInTextElements
System.Windows.Forms (5)
winforms\Managed\System\WinForms\LinkLabel.cs (5)
577
return this.LinkArea.Start == 0 && ( this.LinkArea.Length == 0 || this.LinkArea.Length == stringInfo.
LengthInTextElements
);
608
int numTextElements = stringInfo.
LengthInTextElements
;
758
int textLen = stringInfo.
LengthInTextElements
;
786
if (LinkArea.Start == 0 && LinkArea.Length == stringInfo.
LengthInTextElements
) {
2472
return stringInfo.
LengthInTextElements
- Start;