25 writes to Locale
System.Data (18)
fx\src\data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs (1)
273
table.
Locale
= CultureInfo.InvariantCulture;
fx\src\data\System\Data\DataTableReader.cs (1)
606
tempSchemaTable.
Locale
= System.Globalization.CultureInfo.InvariantCulture;
fx\src\data\System\Data\DataView.cs (1)
1687
dt.
Locale
= this.table.Locale;
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
1923
schematable.
Locale
= CultureInfo.InvariantCulture;
fx\src\data\System\Data\Odbc\odbcmetadatafactory.cs (1)
1021
resultTable.
Locale
= System.Globalization.CultureInfo.InvariantCulture;
fx\src\data\System\Data\OleDb\OleDbConnectionInternal.cs (4)
377
table.
Locale
= CultureInfo.InvariantCulture;
430
table.
Locale
= CultureInfo.InvariantCulture;
475
table.
Locale
= CultureInfo.InvariantCulture;
600
dataTable.
Locale
= CultureInfo.InvariantCulture;
fx\src\data\System\Data\OleDb\OleDbDataReader.cs (1)
303
schemaTable.
Locale
= CultureInfo.InvariantCulture;
fx\src\data\System\Data\OleDb\OleDbEnumerator.cs (1)
27
dataTable.
Locale
= CultureInfo.InvariantCulture;
fx\src\data\System\Data\ProviderBase\DbMetaDataFactory.cs (2)
92
destinationTable.
Locale
= CultureInfo.InvariantCulture;
186
resultTable.
Locale
= CultureInfo.InvariantCulture;
fx\src\data\System\Data\Sql\SqlDataSourceEnumerator.cs (1)
96
dataTable.
Locale
= CultureInfo.InvariantCulture;
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (1)
427
schemaTable.
Locale
= CultureInfo.InvariantCulture;
fx\src\data\System\Data\SqlClient\SqlDataReaderSmi.cs (1)
467
schemaTable.
Locale
= System.Globalization.CultureInfo.InvariantCulture;
fx\src\data\System\Data\XMLSchema.cs (2)
1385
table.
Locale
= new CultureInfo(value);
1389
table.
Locale
= CultureInfo.InvariantCulture;
System.Data.DataSetExtensions (1)
System\Data\DataTableExtensions.cs (1)
158
table.
Locale
= CultureInfo.CurrentCulture;
System.Web.DataVisualization (3)
Common\General\Chart.cs (2)
485
dataTable.
Locale
= CultureInfo.CurrentCulture;
491
dataTable.
Locale
= CultureInfo.CurrentCulture;
Common\General\DataManipulator.cs (1)
967
seriesTable.
Locale
= System.Globalization.CultureInfo.CurrentCulture;
System.Windows.Forms.DataVisualization (3)
Common\General\Chart.cs (2)
485
dataTable.
Locale
= CultureInfo.CurrentCulture;
491
dataTable.
Locale
= CultureInfo.CurrentCulture;
Common\General\DataManipulator.cs (1)
967
seriesTable.
Locale
= System.Globalization.CultureInfo.CurrentCulture;
32 references to Locale
System.Data (32)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
679
tableInitClass.Statements.Add(Assign(Property(This(), "Locale"), New(typeof(System.Globalization.CultureInfo),new CodeExpression[] {Str(table.
Locale
.ToString())})));
fx\src\data\System\Data\Constraint.cs (1)
51
CultureInfo locale = (Table != null ? Table.
Locale
: CultureInfo.CurrentCulture);
fx\src\data\System\Data\ConstraintCollection.cs (4)
562
result = NamesEqual(constraint.ConstraintName, constraintName, false, table.
Locale
);
602
if (NamesEqual(name, ((Constraint)List[i]).ConstraintName, true, table.
Locale
) != 0) {
606
if (NamesEqual(name, MakeName(defaultNameIndex), true, table.
Locale
) != 0) {
661
if (NamesEqual(name, MakeName(defaultNameIndex - 1), true, table.
Locale
) != 0) {
fx\src\data\System\Data\DataColumn.cs (1)
450
return ((null != table) ? table.
Locale
: CultureInfo.CurrentCulture);
fx\src\data\System\Data\DataColumnCollection.cs (3)
657
NamesEqual(column.ColumnName, name, false, table.
Locale
) != 0 ) {
773
if ((column == null) && NamesEqual(name, MakeName(defaultNameIndex), true, table.
Locale
) != 0) {
829
if (NamesEqual(name, MakeName(defaultNameIndex - 1), true, table.
Locale
) != 0) {
fx\src\data\System\Data\DataRelationCollection.cs (2)
197
if (relation.ChildTable.
Locale
.LCID != relation.ParentTable.
Locale
.LCID ||
fx\src\data\System\Data\DataSet.cs (4)
3066
if (relation.ChildTable.
Locale
.LCID != relation.ParentTable.
Locale
.LCID)
3077
if (constraint.Table.
Locale
.LCID != constraint.RelatedTable.
Locale
.LCID)
fx\src\data\System\Data\DataTable.cs (5)
324
info.AddValue("DataTable.LocaleLCID",
Locale
.LCID);
1087
_compareInfo =
Locale
.CompareInfo;
1277
CultureInfo culture =
Locale
;
1667
CultureInfo currentLocale = this.
Locale
;
2945
_hashCodeProvider = StringComparer.Create(
Locale
, true);
fx\src\data\System\Data\DataView.cs (3)
369
CultureInfo locale = (table != null ? table.
Locale
: CultureInfo.CurrentCulture);
477
CultureInfo locale = (table != null ? table.
Locale
: CultureInfo.CurrentCulture);
1687
dt.Locale = this.table.
Locale
;
fx\src\data\System\Data\ForeignKeyConstraint.cs (2)
177
if (Table.
Locale
.LCID != RelatedTable.
Locale
.LCID || Table.CaseSensitive != RelatedTable.CaseSensitive)
fx\src\data\System\Data\Merger.cs (3)
357
if (String.Compare(targetPKey[i].ColumnName, tablePKey[i].ColumnName, false, targetTable.
Locale
) != 0) {
456
if (0 != string.Compare(dest.ColumnName, src.ColumnName, false, dest.Table.
Locale
)) {
466
if (0 != string.Compare(dest.ColumnName, src.ColumnName, false, dest.Table.
Locale
)) {
fx\src\data\System\Data\xmlsaver.cs (3)
893
if (dt.ShouldSerializeLocale() || !dt.
Locale
.Equals(CultureInfo.CurrentCulture)) {
894
dsElement.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, dt.
Locale
.ToString());
1521
root.SetAttribute(Keywords.MSD_LOCALE, Keywords.MSDNS, table.
Locale
.ToString());