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