4 references to MaxStackAlloc
PresentationCore (4)
Core\CSharp\System\Windows\Media\GlyphRun.cs (3)
1962if (glyphCount <= MaxStackAlloc / sizeof(ushort)) 1986if (glyphCount <= MaxStackAlloc / sizeof(float)) 2010if (glyphCount <= MaxStackAlloc / (2 * sizeof(float)))
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1819if (characters.Length * sizeof(uint) < GlyphRun.MaxStackAlloc)