13 references to IsNeutralCulture
Microsoft.CodeAnalysis.Scripting (2)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\ClrGlobalAssemblyCache.cs (1)
220
string cultureName = (preferredCulture != null && !preferredCulture.
IsNeutralCulture
) ? preferredCulture.Name : null;
src\Compilers\Shared\GlobalAssemblyCacheHelpers\MonoGlobalAssemblyCache.cs (1)
177
string cultureName = (preferredCulture != null && !preferredCulture.
IsNeutralCulture
) ? preferredCulture.Name : null;
PresentationCore (3)
MS\Internal\TextFormatting\CultureMapper.cs (1)
45
if (!runCulture.
IsNeutralCulture
)
System\Windows\Markup\XmlLanguage.cs (1)
239
if (!culture.
IsNeutralCulture
)
System\Windows\Media\textformatting\NumberSubstitution.cs (1)
99
!(culture.
IsNeutralCulture
|| culture.Equals(CultureInfo.InvariantCulture));
PresentationFramework (1)
System\Windows\Documents\ZoomPercentageConverter.cs (1)
153
if ((!culture.
IsNeutralCulture
) && (zoomString.Length > 0) && (culture.NumberFormat != null))
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1860
if ((!culture.
IsNeutralCulture
) && (zoomString.Length > 0))
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MaskedTextProvider.cs (1)
242
if (culture.
IsNeutralCulture
)
System.Data.Common (1)
System\Data\DataTable.cs (1)
1369
if (culture.
IsNeutralCulture
)
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.Icu.cs (2)
579
if ((enumNeutrals && ci.
IsNeutralCulture
) || (enumSpecifics && !ci.
IsNeutralCulture
))
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (2)
306
if (!culture.
IsNeutralCulture
)
933
if (!ci.
IsNeutralCulture
)