1 instantiation of CachePacket
ReachFramework (1)
AlphaFlattener\MetroDevice.cs (1)
835
packet = new
CachePacket
();
6 references to CachePacket
ReachFramework (6)
AlphaFlattener\MetroDevice.cs (6)
774
this.m_innerCache = new MS.Internal.Printing.MostFrequentlyUsedCache<string,
CachePacket
>(maxEntries);
796
CachePacket
packet;
816
CachePacket
packet;
830
private
CachePacket
EnsurePacketForKey(string ticket)
832
CachePacket
packet;
850
private MS.Internal.Printing.MostFrequentlyUsedCache<string,
CachePacket
> m_innerCache;