10 references to SetLocaleValue
System.Data (10)
fx\src\data\System\Data\DataSet.cs (4)
814bool retchk = table.SetLocaleValue(value, false, false); 825table.SetLocaleValue(value, false, true); 841table.SetLocaleValue(oldLocale, false, false); 847Tables[i].SetLocaleValue(oldLocale, false, true);
fx\src\data\System\Data\DataTable.cs (5)
401SetLocaleValue(culture, true, false); 1333SetLocaleValue(value, true, false); 1336SetLocaleValue(value, true, true); 1347SetLocaleValue(oldLocale, true, true); 1361SetLocaleValue(value, true, true);
fx\src\data\System\Data\DataTableCollection.cs (1)
153if (table.SetLocaleValue(dataSet.Locale, false, false) ||