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