1 instantiation of CachePacket
ReachFramework (1)
AlphaFlattener\MetroDevice.cs (1)
831
packet = new
CachePacket
();
6 references to CachePacket
ReachFramework (6)
AlphaFlattener\MetroDevice.cs (6)
770
this.m_innerCache = new MS.Internal.Printing.MostFrequentlyUsedCache<string,
CachePacket
>(maxEntries);
792
CachePacket
packet;
812
CachePacket
packet;
826
private
CachePacket
EnsurePacketForKey(string ticket)
828
CachePacket
packet;
846
private MS.Internal.Printing.MostFrequentlyUsedCache<string,
CachePacket
> m_innerCache;