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