1 write to propertyName
System.Web (1)
UI\DataBinding.cs (1)
36this.propertyName = propertyName;
3 references to propertyName
System.Web (3)
UI\DataBinding.cs (3)
64return propertyName; 87return propertyName.ToLower(CultureInfo.InvariantCulture).GetHashCode(); 97return StringUtil.EqualsIgnoreCase(propertyName, binding.PropertyName);