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