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