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