3 references to _maxSizeInt
PresentationFramework (3)
MS\Internal\Text\TextDpi.cs (3)
142if (width > _maxSizeInt) { width = _maxSizeInt; } 208private const double _maxSize = ((double)_maxSizeInt) / _scale; // = 3,579,139.40 pixels