1 instantiation of CachePacket
ReachFramework (1)
AlphaFlattener\MetroDevice.cs (1)
834
packet = new
CachePacket
();
6 references to CachePacket
ReachFramework (6)
AlphaFlattener\MetroDevice.cs (6)
773
this.m_innerCache = new MS.Internal.Printing.MostFrequentlyUsedCache<string,
CachePacket
>(maxEntries);
795
CachePacket
packet;
815
CachePacket
packet;
829
private
CachePacket
EnsurePacketForKey(string ticket)
831
CachePacket
packet;
849
private MS.Internal.Printing.MostFrequentlyUsedCache<string,
CachePacket
> m_innerCache;