2 references to EstimatedCharCountPerItem
PresentationCore (2)
MS\Internal\IListConverters.cs (2)
106
List<double> list = new List<double>(Math.Min(256, value.Length /
EstimatedCharCountPerItem
+ 1));
124
StringBuilder builder = new StringBuilder(
EstimatedCharCountPerItem
* list.Count);