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