5 references to PropertyName
System.Web (4)
UI\DataBinding.cs (1)
97return StringUtil.EqualsIgnoreCase(propertyName, binding.PropertyName);
UI\DataBindingCollection.cs (3)
137bindings[binding.PropertyName] = binding; 138RemovedBindingsTable.Remove(binding.PropertyName); 200Remove(binding.PropertyName, true);
System.Web.Mobile (1)
UI\MobileControls\Design\MobileControlPersister.cs (1)
304string persistPropName = db.PropertyName.Replace('.', '-');