6 references to StringInfo
mscorlib (1)
system\globalization\stringinfo.cs (1)
39public StringInfo() : this(""){}
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);