1 implementation of IsDirty
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
4327bool IPersonalizable.IsDirty {
1 reference to IsDirty
System.Web (1)
UI\WebParts\BlobPersonalizationState.cs (1)
659if (customPersonalizable != null && (ci._dirty || customPersonalizable.IsDirty)) {