2 references to PersonalizableAttribute
System.Web (2)
UI\WebParts\PersonalizableAttribute.cs (2)
30public static readonly PersonalizableAttribute NotPersonalizable = new PersonalizableAttribute(false); 35public static readonly PersonalizableAttribute Personalizable = new PersonalizableAttribute(true);