5 instantiations of StringInfo
System.Windows.Forms (5)
winforms\Managed\System\WinForms\LinkLabel.cs (5)
576
StringInfo stringInfo = new
StringInfo
( this.Text );
607
StringInfo stringInfo = new
StringInfo
(text);
757
StringInfo stringInfo = new
StringInfo
(text);
785
StringInfo stringInfo = new
StringInfo
(Text);
2471
StringInfo stringInfo = new
StringInfo
(owner.Text);
11 references to StringInfo
mscorlib (4)
system\globalization\stringinfo.cs (3)
66
StringInfo
that = value as
StringInfo
;
86
this.m_indexes =
StringInfo
.ParseCombiningCharacters(this.String);
system\globalization\textelementenumerator.cs (1)
101
currTextElementLen =
StringInfo
.GetCurrentTextElementLen(str, index, strLen, ref uc, ref charLen);
PresentationCore (1)
Core\CSharp\System\Windows\Input\AccessKeyManager.cs (1)
149
string firstCharacter =
StringInfo
.GetNextTextElement(key);
PresentationFramework (1)
src\Framework\System\Windows\Controls\AccessText.cs (1)
587
string keyText =
StringInfo
.GetNextTextElement(text, index + 1);
System.Windows.Forms (5)
winforms\Managed\System\WinForms\LinkLabel.cs (5)
576
StringInfo
stringInfo = new StringInfo( this.Text );
607
StringInfo
stringInfo = new StringInfo(text);
757
StringInfo
stringInfo = new StringInfo(text);
785
StringInfo
stringInfo = new StringInfo(Text);
2471
StringInfo
stringInfo = new StringInfo(owner.Text);