24 references to WebPartUtil
System.Web (24)
UI\WebParts\ConnectionConsumerAttribute.cs (1)
86
if (
WebPartUtil
.IsConnectionPointTypeValid(_connectionPointType, /*isConsumer*/ true)) {
UI\WebParts\ConnectionProviderAttribute.cs (1)
86
if (
WebPartUtil
.IsConnectionPointTypeValid(_connectionPointType, /*isConsumer*/ false)) {
UI\WebParts\ConnectionsZone.cs (5)
119
_availableTransformers.Add(
WebPartUtil
.CreateObjectFromType(type));
675
(WebPartTransformer)
WebPartUtil
.CreateObjectFromType(transformerType);
759
(WebPartTransformer)
WebPartUtil
.CreateObjectFromType(transformerType);
842
_pendingTransformer = (WebPartTransformer)
WebPartUtil
.CreateObjectFromType(
871
_pendingTransformer = (WebPartTransformer)
WebPartUtil
.CreateObjectFromType(
UI\WebParts\ConsumerConnectionPoint.cs (1)
21
ConstructorTypes =
WebPartUtil
.GetTypesForConstructor(constructor);
UI\WebParts\ImportCatalogPart.cs (1)
227
Type partType =
WebPartUtil
.DeserializeType(partTypeName, true);
UI\WebParts\ProviderConnectionPoint.cs (1)
21
ConstructorTypes =
WebPartUtil
.GetTypesForConstructor(constructor);
UI\WebParts\ProxyWebPart.cs (2)
53
_originalTypeName =
WebPartUtil
.SerializeType(originalType);
65
_originalTypeName =
WebPartUtil
.SerializeType(webPart.GetType());
UI\WebParts\WebPartManager.cs (11)
2151
writer.WriteAttributeString(ExportTypeNameAttribute,
WebPartUtil
.SerializeType(control.GetType()));
2461
return
WebPartUtil
.DeserializeType(name, false);
2757
partType =
WebPartUtil
.DeserializeType(partTypeName, true);
3058
Type converterType =
WebPartUtil
.DeserializeType(attr.ConverterTypeName, false);
3348
Type type =
WebPartUtil
.DeserializeType(typeName, false);
4081
typeName =
WebPartUtil
.SerializeType(typeof(UserControl));
4085
typeName =
WebPartUtil
.SerializeType(childControl.GetType());
4091
typeName =
WebPartUtil
.SerializeType(webPart.GetType());
4237
Type converterType =
WebPartUtil
.DeserializeType(attr.ConverterTypeName, false);
4317
string typeName =
WebPartUtil
.SerializeType(type);
4318
Type loadedType =
WebPartUtil
.DeserializeType(typeName, /* throwOnError */ false);
UI\WebParts\WebPartManagerInternals.cs (1)
40
return
WebPartUtil
.CreateObjectFromType(type);