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