4 references to PropertyName
System.Web (4)
UI\ExpressionBinding.cs (1)
111return StringUtil.EqualsIgnoreCase(_propertyName, binding.PropertyName);
UI\ExpressionBindingCollection.cs (3)
137bindings[binding.PropertyName] = binding; 138RemovedBindingsTable.Remove(binding.PropertyName); 208Remove(binding.PropertyName, true);