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