2 writes to _cacheBuffer
System.Web.Mobile (2)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
879_cacheBuffer = new HybridDictionary( 897_cacheBuffer = null;
7 references to _cacheBuffer
System.Web.Mobile (7)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (7)
863return _cacheBuffer != null; 883_cacheBuffer.Add(entry.Key, entry.Value); 895_cachedDeviceSpecifics = _cacheBuffer; 906Object value = _cacheBuffer[oldDeviceSpecificID]; 909_cacheBuffer.Remove(oldDeviceSpecificID); 910_cacheBuffer.Add(newDeviceSpecificID, value); 920_cacheBuffer.Remove(deviceSpecificID);