3 references to GetBuffer
PresentationCore (3)
MS\Internal\FontCache\BufferCache.cs (3)
53GlyphMetrics[] glyphMetrics = (GlyphMetrics[])GetBuffer(length, GlyphMetricsIndex); 85ushort[] ushorts = (ushort[])GetBuffer(length, UShortsIndex); 117uint[] uints = (uint[])GetBuffer(length, UIntsIndex);