4 references to MaxStackAlloc
PresentationCore (4)
System\Windows\Media\GlyphRun.cs (3)
1929
if (glyphCount <=
MaxStackAlloc
/ sizeof(ushort))
1953
if (glyphCount <=
MaxStackAlloc
/ sizeof(float))
1977
if (glyphCount <=
MaxStackAlloc
/ (2 * sizeof(float)))
System\Windows\Media\GlyphTypeface.cs (1)
1461
if (characters.Length * sizeof(uint) < GlyphRun.
MaxStackAlloc
)