2 writes to _properties
System.Web (2)
UI\WebParts\BlobPersonalizationState.cs (2)
549info._properties = properties; 726extractedInfo._properties = properties;
10 references to _properties
System.Web (10)
UI\WebParts\BlobPersonalizationState.cs (10)
205IDictionary properties = sharedInfo._properties; 218IDictionary properties = userInfo._properties; 292IDictionary properties = sharedInfo._properties; 884IDictionary sharedProperties = (sharedInfo != null) ? sharedInfo._properties : null; 896IDictionary userProperties = (userInfo != null) ? userInfo._properties : null; 1023if (((info._properties != null) && (info._properties.Count != 0)) || 1047if (info._properties != null) { 1048propertyCount = info._properties.Count; 1052foreach (DictionaryEntry propertyEntry in info._properties) {