5 references to GetEditableProperties
System.Web (5)
UI\WebParts\PropertyGridEditorPart.cs (5)
55if (GetEditableProperties(editableObject, false).Count > 0) { 113PropertyDescriptorCollection properties = GetEditableProperties(editableObject, true); 178foreach (PropertyDescriptor pd in GetEditableProperties(editableObject, true)) { 303PropertyDescriptorCollection propDescs = GetEditableProperties(editableObject, true); 326foreach (PropertyDescriptor pd in GetEditableProperties(editableObject, true)) {