9 references to IsNeutralCulture
mscorlib (2)
system\globalization\cultureinfo.cs (2)
658if (!(culture.IsNeutralCulture)) { 1671if (!ci.IsNeutralCulture)
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\CultureMapper.cs (1)
49if (!runCulture.IsNeutralCulture)
Core\CSharp\System\Windows\Markup\XmlLanguage.cs (1)
247if (!culture.IsNeutralCulture)
Core\CSharp\System\Windows\Media\TextFormatting\NumberSubstitution.cs (1)
120!(culture.IsNeutralCulture || culture.Equals(CultureInfo.InvariantCulture));
PresentationFramework (1)
src\Framework\System\Windows\Documents\ZoomPercentageConverter.cs (1)
168if ((!culture.IsNeutralCulture) && (zoomString.Length > 0) && (culture.NumberFormat != null))
System (1)
compmod\system\componentmodel\MaskedTextProvider.cs (1)
264if (culture.IsNeutralCulture)
System.Data (1)
fx\src\data\System\Data\DataTable.cs (1)
1278if (culture.IsNeutralCulture) {
System.Web (1)
UI\PageParser.cs (1)
393if (cultureInfo.IsNeutralCulture) {