1 instantiation of CachePacket
ReachFramework (1)
AlphaFlattener\MetroDevice.cs (1)
833
packet = new
CachePacket
();
6 references to CachePacket
ReachFramework (6)
AlphaFlattener\MetroDevice.cs (6)
772
this.m_innerCache = new MS.Internal.Printing.MostFrequentlyUsedCache<string,
CachePacket
>(maxEntries);
794
CachePacket
packet;
814
CachePacket
packet;
828
private
CachePacket
EnsurePacketForKey(string ticket)
830
CachePacket
packet;
848
private MS.Internal.Printing.MostFrequentlyUsedCache<string,
CachePacket
> m_innerCache;