4 writes to textInfo
mscorlib (4)
system\globalization\cultureinfo.cs (4)
596
this.
textInfo
= altCulture.TextInfo;
1290
textInfo
= tempTextInfo;
1647
ci.
textInfo
= (TextInfo) textInfo.Clone();
1691
newInfo.
textInfo
= TextInfo.ReadOnly(ci.textInfo);
8 references to textInfo
mscorlib (8)
system\globalization\cultureinfo.cs (8)
477
if (
textInfo
!= null)
479
CheckDomainSafetyObject(
textInfo
, this);
1282
if (
textInfo
==null)
1297
return (
textInfo
);
1645
if (
textInfo
!= null)
1647
ci.textInfo = (TextInfo)
textInfo
.Clone();
1689
if (ci.
textInfo
!= null)
1691
newInfo.textInfo = TextInfo.ReadOnly(ci.
textInfo
);