1 implementation of Save
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
4339void IPersonalizable.Save(PersonalizationDictionary state) {
4 references to Save
System.Web (4)
UI\WebParts\BlobPersonalizationState.cs (2)
621customPersonalizable.Save(tempCustomProperties); 661customPersonalizable.Save(tempCustomProperties);
UI\WebParts\WebPartManager.cs (1)
2196personalizableControl.Save(personalizableData);
UI\WebParts\WebPartPersonalization.cs (1)
462customPersonalizable.Save(info.CustomProperties);