8 references to GetProperty
System.Web (8)
UI\CollectionBuilder.cs (3)
49PropertyInfo propInfo = TargetFrameworkUtil.GetProperty(parentBuilder.ControlType, 58propInfo = TargetFrameworkUtil.GetProperty(ControlType, "Item", bindingFlags, types: new Type[] { typeof(int) }); 62propInfo = TargetFrameworkUtil.GetProperty(ControlType, "Item", bindingFlags);
UI\ControlBuilder.cs (2)
1586PropertyInfo pInfo = TargetFrameworkUtil.GetProperty(_controlType, tagName, BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.IgnoreCase); 1730PropertyInfo pInfo = TargetFrameworkUtil.GetProperty(_controlType, tagName, BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.IgnoreCase);
UI\PropertyMapper.cs (2)
67propInfo = TargetFrameworkUtil.GetProperty(currentType, propName, flags); 71propInfo = TargetFrameworkUtil.GetProperty(currentType, propName, flags);
UI\TargetFrameworkUtil.cs (1)
496propInfo = GetProperty(currentType, name, flags, returnType, types, throwAmbiguousMatchException: true);