28 references to TargetFrameworkUtil
System.Web (28)
Compilation\BaseResourcesBuildProvider.cs (1)
133
writer.TypeNameConverter = System.Web.UI.
TargetFrameworkUtil
.TypeNameConverter;
Compilation\BrowserCapabilitiesCompiler.cs (2)
321
if ((!
TargetFrameworkUtil
.HasMethod(baseType, parentName + "ProcessBrowsers", flags)) ||
322
(!
TargetFrameworkUtil
.HasMethod(baseType, parentName + "ProcessGateways", flags))) {
Compilation\BuildManagerHost.cs (1)
575
TargetFrameworkUtil
.CBMTypeDescriptionProviderBridge = _client.CBMTypeDescriptionProviderBridge;
UI\BaseParser.cs (1)
118
return
TargetFrameworkUtil
.IsSupportedType(typeof(TagRegex35));
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 (12)
358
ParseTimeData.EventDescriptors =
TargetFrameworkUtil
.GetEvents(_controlType);
593
ParseTimeData.PropertyDescriptors =
TargetFrameworkUtil
.GetProperties(_controlType);
714
if (
TargetFrameworkUtil
.GetEvent(ControlType, "DataBinding") == null) {
1524
ConstructorNeedsTagAttribute cnta = (ConstructorNeedsTagAttribute)
TargetFrameworkUtil
.GetAttributes(ControlType)[typeof(ConstructorNeedsTagAttribute)];
1586
PropertyInfo pInfo =
TargetFrameworkUtil
.GetProperty(_controlType, tagName, BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.IgnoreCase);
1594
object[] attrs =
TargetFrameworkUtil
.GetCustomAttributes(ControlType, typeof(ParseChildrenAttribute), /*inherit*/ true);
1715
object[] attrs =
TargetFrameworkUtil
.GetCustomAttributes(controlType, typeof(ControlBuilderAttribute), /*inherit*/ true);
1730
PropertyInfo pInfo =
TargetFrameworkUtil
.GetProperty(_controlType, tagName, BindingFlags.Public | BindingFlags.Instance | BindingFlags.Static | BindingFlags.IgnoreCase);
1985
object[] attrs =
TargetFrameworkUtil
.GetCustomAttributes(controlType, typeof(ParseChildrenAttribute), /*inherit*/ true);
2415
_bindingContainerDescriptor =
TargetFrameworkUtil
.GetProperties(typeof(Control))["BindingContainer"];
2524
FieldInfo fieldInfo =
TargetFrameworkUtil
.GetField(templateControl.GetType(), control.ID,
3093
propertyDescriptors =
TargetFrameworkUtil
.GetProperties(propInfo.DeclaringType);
UI\DesignTimeTemplateParser.cs (2)
48
TargetFrameworkUtil
.DesignerHost = data.DesignerHost;
54
TargetFrameworkUtil
.DesignerHost = null;
UI\PropertyMapper.cs (4)
67
propInfo =
TargetFrameworkUtil
.GetProperty(currentType, propName, flags);
71
propInfo =
TargetFrameworkUtil
.GetProperty(currentType, propName, flags);
75
fieldInfo =
TargetFrameworkUtil
.GetField(currentType, propName, flags);
181
PropertyDescriptorCollection properties =
TargetFrameworkUtil
.GetProperties(childObject);
UI\TargetFrameworkUtil.cs (2)
108
TypeDescriptionProviderService service =
TargetFrameworkUtil
.TypeDescriptionProviderService;
116
TypeDescriptionProviderService service =
TargetFrameworkUtil
.TypeDescriptionProviderService;