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