4 references to _maxObjSize
PresentationFramework (4)
MS\Internal\Text\TextDpi.cs (4)
191if (size.Width > _maxObjSize) { size.Width = _maxObjSize; } 192if (size.Height > _maxObjSize) { size.Height = _maxObjSize; }