161 references to GetType
mscorlib (3)
system\runtime\interopservices\tceadaptergen\eventproviderwriter.cs (1)
20
private readonly Type[] MonitorEnterParamTypes = new Type[] { typeof(Object), Type.
GetType
("System.Boolean&") };
system\runtime\interopservices\windowsruntime\winrtclassactivator.cs (1)
52
Type winrtType = Type.
GetType
(acid + ", Windows, ContentType=WindowsRuntime");
system\security\permissiontoken.cs (1)
225
return FindToken( Type.
GetType
( typeStr ) );
PresentationBuildTasks (1)
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
55
type = Type.
GetType
(nameFrags[0]);
PresentationFramework (6)
src\Framework\MS\Internal\AppModel\ReturnEventSaver.cs (1)
154
Type.
GetType
(_returnList[i]._delegateTypeName),
src\Framework\MS\Internal\Helper.cs (1)
1549
static readonly Type NullableType = Type.
GetType
("System.Nullable`1");
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\AlternateWordForm.cs (1)
34
s_WinRTType = Type.
GetType
(s_TypeName);
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\TextSegment.cs (1)
23
s_WinRTType = Type.
GetType
(s_TypeName);
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordSegment.cs (1)
29
s_WinRTType = Type.
GetType
(s_TypeName);
src\Framework\MS\Internal\WindowsRuntime\Windows\Data\Text\WordsSegmenter.cs (1)
45
s_WinRTType = Type.
GetType
(s_TypeName);
System (23)
compmod\system\codedom\compiler\CompilerInfo.cs (2)
46
type = Type.
GetType
(_codeDomProviderTypeName);
67
Type type = Type.
GetType
(_codeDomProviderTypeName);
compmod\system\componentmodel\InstallerTypeAttribute.cs (1)
45
return Type.
GetType
(_typeName);
compmod\system\componentmodel\LicenseProviderAttribute.cs (1)
64
licenseProviderType = Type.
GetType
(licenseProviderName);
compmod\system\componentmodel\PropertyDescriptor.cs (1)
383
Type typeFromGetType = Type.
GetType
(typeName);
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (1)
857
Type specificType = Type.
GetType
(sta.TypeName);
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (7)
872
Type t = Type.
GetType
(typeName);
889
t = Type.
GetType
(typeName.Substring(0, commaIndex));
1340
hashEntry = Type.
GetType
(typeString);
1373
hashEntry = Type.
GetType
(typeString);
1863
Type attrEditorBaseType = Type.
GetType
(edAttr.EditorBaseTypeName);
1972
t = Type.
GetType
(typeName);
1986
t = Type.
GetType
(typeName.Substring(0, commaIndex));
compmod\system\componentmodel\TypeDescriptor.cs (3)
469
Type providerType = Type.
GetType
(pa.TypeName);
589
Type attributeBaseType = Type.
GetType
(da.DesignerBaseTypeName);
607
designerType = Type.
GetType
(da.DesignerTypeName);
compmod\system\diagnostics\FilterElement.cs (1)
20
if (Type.
GetType
(TypeName) != filter.GetType() || InitData != filter.initializeData) {
compmod\system\diagnostics\ListenerElementsCollection.cs (1)
345
if (Type.
GetType
(className) != listener.GetType() || InitData != listener.initializeData) {
compmod\system\diagnostics\traceutils.cs (1)
28
objectType = Type.
GetType
(className);
services\monitoring\system\diagnosticts\DiagnosticsConfigurationHandler.cs (1)
188
Type t = Type.
GetType
(className);
sys\system\configuration\ApplicationSettingsBase.cs (2)
427
Type providerType = Type.
GetType
(providerTypeName);
553
Type providerType = Type.
GetType
(providerTypeName);
sys\system\windows\markup\ValueSerializerAttribute.cs (1)
58
_valueSerializerType = Type.
GetType
(_valueSerializerTypeName);
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\InteropDesigner.xaml.cs (1)
123
Type type = Type.
GetType
(assemblyQualifiedName);
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\XmlPropertyBag.cs (1)
200
return Type.
GetType
(value);
System.Activities.Presentation (19)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignerAttributeInfo.cs (1)
17
return new List<object>() { Type.
GetType
(attribute.DesignerTypeName) };
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\EditorAttributeInfo.cs (2)
17
return new List<object>() { Type.
GetType
(attribute.EditorTypeName), Type.
GetType
(attribute.EditorBaseTypeName) };
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (1)
834
Type typeConverterType = Type.
GetType
(typeConverterAttribute.ConverterTypeName);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\ExtensibilityMetadataHelper.cs (2)
41
Type editorType = Type.
GetType
(editorAttribute.EditorTypeName);
73
Type editorType = Type.
GetType
(attribute.EditorTypeName);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
413
reflectType = Type.
GetType
(a.TypeName);
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
201
return (TypeConverter)Activator.CreateInstance(Type.
GetType
(attribute.ConverterTypeName));
280
return Activator.CreateInstance(Type.
GetType
(attribute.EditorTypeName));
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
309
types.Add(Type.
GetType
(text));
346
type = Type.
GetType
(text);
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
445
Type converterType = Type.
GetType
(attribute.ConverterTypeName);
System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
45
Type type = Type.
GetType
(tca.ConverterTypeName);
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
1259
Type currentType = Type.
GetType
(p.EditorTypeName);
1262
.Select(p => Type.
GetType
(p.EditorTypeName))
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
1467
activityType = Type.
GetType
(context["TypeName"]);
1484
activityType = Type.
GetType
((string)dataObject.GetData(DragDropHelper.WorkflowItemTypeNameFormat));
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1349
Type currentType = Type.
GetType
(p.EditorTypeName);
1352
.Select(p => Type.
GetType
(p.EditorTypeName))
System.AddIn (1)
System\Addin\Hosting\RemotingHelper.cs (1)
67
return (AddInServer)Activator.GetObject(Type.
GetType
(@"System.AddIn.Hosting.AddInServer")
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (2)
2529
Type sectionType = Type.
GetType
(typeName);
4361
Type ConfigurationBuildersSectionType = Type.
GetType
(ConfigurationBuildersSectionTypeName);
System.Data (31)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignerAttributeInfo.cs (1)
17
return new List<object>() { Type.
GetType
(attribute.DesignerTypeName) };
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\EditorAttributeInfo.cs (2)
17
return new List<object>() { Type.
GetType
(attribute.EditorTypeName), Type.
GetType
(attribute.EditorBaseTypeName) };
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\VisualStudio\Activities\WorkflowDesignerExtensionManager.cs (2)
76
Type hostServiceType = Type.
GetType
(extensionTypeAssemblyQualifiedName);
100
Type hostServiceType = Type.
GetType
(extensionTypeAssemblyQualifiedName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\ExtensibilityAccessor.cs (1)
834
Type typeConverterType = Type.
GetType
(typeConverterAttribute.ConverterTypeName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\ExtensibilityMetadataHelper.cs (2)
41
Type editorType = Type.
GetType
(editorAttribute.EditorTypeName);
73
Type editorType = Type.
GetType
(attribute.EditorTypeName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
413
reflectType = Type.
GetType
(a.TypeName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
201
return (TypeConverter)Activator.CreateInstance(Type.
GetType
(attribute.ConverterTypeName));
280
return Activator.CreateInstance(Type.
GetType
(attribute.EditorTypeName));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (2)
309
types.Add(Type.
GetType
(text));
346
type = Type.
GetType
(text);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
445
Type converterType = Type.
GetType
(attribute.ConverterTypeName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\XamlUtilities.cs (1)
45
Type type = Type.
GetType
(tca.ConverterTypeName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
1259
Type currentType = Type.
GetType
(p.EditorTypeName);
1262
.Select(p => Type.
GetType
(p.EditorTypeName))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
1467
activityType = Type.
GetType
(context["TypeName"]);
1484
activityType = Type.
GetType
((string)dataObject.GetData(DragDropHelper.WorkflowItemTypeNameFormat));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1349
Type currentType = Type.
GetType
(p.EditorTypeName);
1352
.Select(p => Type.
GetType
(p.EditorTypeName))
fx\src\data\Microsoft\SqlServer\Server\SmiContextFactory.cs (1)
42
Type smiLinkType = Type.
GetType
("Microsoft.SqlServer.Server.InProcLink, SqlAccess, PublicKeyToken=89845dcd8080cc91");
fx\src\data\System\Data\Common\DataStorage.cs (1)
509
Type dataType = Type.
GetType
(value); // throwOnError=false, ignoreCase=fase
fx\src\data\System\Data\Common\DbProviderFactories.cs (3)
69
Type providerType = Type.
GetType
(assemblyQualifiedName);
140
Type providerType = Type.
GetType
(dbFactoriesConfigSection[i].AssemblyQualifiedName);
186
Type providerType = Type.
GetType
(configDataTable.Rows[i][AssemblyQualifiedName].ToString());
fx\src\data\System\Data\Common\ObjectStorage.cs (2)
275
return Type.
GetType
(s);
331
retValue = Type.
GetType
(xmlReader.ReadString());
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
168
Type type = (typeName == null)? DataType : Type.
GetType
(typeName);
fx\src\data\System\Data\Filter\FunctionNode.cs (1)
245
Type dataType = Type.
GetType
(typeName);
fx\src\data\System\Data\XMLSchema.cs (1)
270
propValue = Type.
GetType
(value);
System.Data.SqlXml (1)
System\Xml\Xsl\IlGen\GenerateHelper.cs (1)
68
Type aggType = Type.
GetType
("System.Xml.Xsl.Runtime." + storageType.Name + "Aggregator");
System.Drawing (1)
commonui\System\Drawing\Design\ToolboxItem.cs (1)
588
type = Type.
GetType
(typeName);
System.IdentityModel (1)
System\IdentityModel\Configuration\IdentityConfiguration.cs (1)
281
Type type = string.IsNullOrEmpty(element.Type) ? DefaultIssuerNameRegistryType : Type.
GetType
(element.Type);
System.Management (5)
WmiGenerator.cs (5)
918
if(Type.
GetType
("System." + strClass) != null ||
919
Type.
GetType
("System.ComponentModel." + strClass) != null ||
920
Type.
GetType
("System.Management." + strClass) != null ||
921
Type.
GetType
("System.Collections." + strClass) != null ||
922
Type.
GetType
("System.Globalization." + strClass) != null )
System.Security (1)
system\security\cryptography\xml\signedxml.cs (1)
975
Type ta = Type.
GetType
(signatureDescription.KeyAlgorithm);
System.ServiceModel (1)
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
127
msgDesc.Body.ReturnValue.Type = Type.
GetType
(msgDesc.Body.ReturnValue.BaseType);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedTransportConfigurationManager.cs (1)
217
Type type = Type.
GetType
(element.TransportConfigurationType);
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1318
Type compiledType = Type.
GetType
(factoryType);
System.Web (5)
Cache\SqlCacheDependency.cs (1)
1728
return (string[])tablesObj.ToArray(Type.
GetType
("System.String"));
Hosting\ApplicationManager.cs (1)
1641
Type.
GetType
(HttpRuntime.HostSecurityPolicyResolverType)) as HostSecurityPolicyResolver;
httpstaticobjectscollection.cs (1)
219
entry = new HttpStaticObjectsEntry(name, Type.
GetType
(typename), lateBound);
UI\StateManagedCollection.cs (2)
186
Type type = Type.
GetType
(typeName);
264
Type type = Type.
GetType
(typeName);
System.Web.Extensions (1)
Script\Serialization\SimpleTypeResolver.cs (1)
13
return Type.
GetType
(id);
System.Web.Mobile (8)
Mobile\MobileDeviceCapabilitiesSectionHandler.cs (1)
113
Type evaluatorClass = Type.
GetType
(className);
UI\MobileControls\ControlsConfig.cs (1)
191
cookielessDataType = Type.
GetType
(typeString);
UI\MobileControls\DesignerDeviceConfig.cs (2)
21
internal DesignerDeviceConfig(String pageAdapterType) : base(Type.
GetType
(pageAdapterType))
45
Type adapterType = Type.
GetType
(da.TypeName);
UI\MobileControls\MobileControlsSection.cs (2)
655
return Type.
GetType
( Name );
731
Type result = Type.
GetType
((string)data);
UI\MobileControls\MobileControlsSectionHandler.cs (2)
46
Type t = Type.
GetType
(cookielessDataDictionaryType);
214
Type t = Type.
GetType
(typename);
System.Web.Services (1)
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (1)
348
DiscoveryReference reference = (DiscoveryReference) Activator.CreateInstance(Type.
GetType
(typeName));
System.Windows.Forms (10)
winforms\Managed\System\Resources\ResXResourceWriter.cs (1)
544
Type typeObject = Type.
GetType
(type);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IManagedPerPropertyBrowsingHandler.cs (2)
81
Type t = Type.
GetType
(attrName);
115
t = Type.
GetType
(attrName.Substring(0,lastDot) + assemblyName);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
743
Type converterType = Type.
GetType
(converterTypeName);
789
Type attrEditorBaseType = Type.
GetType
(editorTypeName);
791
Type type = Type.
GetType
(attr.EditorTypeName);
winforms\Managed\System\WinForms\DataGridViewBand.cs (1)
189
if (Type.
GetType
("System.Windows.Forms.DataGridViewHeaderCell").IsAssignableFrom(value))
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
2689
if (!editControlType.IsSubclassOf(Type.
GetType
("System.Windows.Forms.Control")) ||
winforms\Managed\System\WinForms\FeatureSupport.cs (2)
48
c = Type.
GetType
(featureClassName);
83
c = Type.
GetType
(featureClassName);
System.Workflow.Activities (5)
Designers\EventDrivenDesigner.cs (2)
26
if (!(Type.
GetType
("System.Workflow.Activities.ListenActivity," + AssemblyRef.ActivitiesAssemblyRef).IsAssignableFrom(parentActivityDesigner.Activity.GetType())) &&
28
!(Type.
GetType
("System.Workflow.Activities.StateActivity," + AssemblyRef.ActivitiesAssemblyRef).IsAssignableFrom(parentActivityDesigner.Activity.GetType())))
Designers\WebServiceReceiveDesigner.cs (1)
118
Type typeFilterProviderType = Type.
GetType
(filterProviderAttribute.TypeFilterProviderTypeName);
Rules\Exceptions.cs (2)
222
m_leftType = Type.
GetType
(qualifiedTypeString);
226
m_rightType = Type.
GetType
(qualifiedTypeString);
System.Workflow.ComponentModel (20)
AuthoringOM\ActivityExecutionContext.cs (5)
54
private static Type schedulerServiceType = Type.
GetType
("System.Workflow.Runtime.Hosting.WorkflowSchedulerService, " + AssemblyRef.RuntimeAssemblyRef);
55
private static Type persistenceServiceType = Type.
GetType
("System.Workflow.Runtime.Hosting.WorkflowPersistenceService, " + AssemblyRef.RuntimeAssemblyRef);
56
private static Type trackingServiceType = Type.
GetType
("System.Workflow.Runtime.Tracking.TrackingService, " + AssemblyRef.RuntimeAssemblyRef);
57
private static Type transactionServiceType = Type.
GetType
("System.Workflow.Runtime.Hosting.WorkflowCommitWorkBatchService, " + AssemblyRef.RuntimeAssemblyRef);
58
private static Type loaderServiceType = Type.
GetType
("System.Workflow.Runtime.Hosting.WorkflowLoaderService, " + AssemblyRef.RuntimeAssemblyRef);
AuthoringOM\Design\ActivityDesigner.cs (2)
2009
designerType = Type.
GetType
(designerAttribute.DesignerTypeName);
2468
itemType = Type.
GetType
(toolboxItem.TypeName + ", " + toolboxItem.AssemblyName);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
938
Activity rootDecl = host.CreateComponent(Type.
GetType
(DesignerHelpers.SequentialWorkflowTypeRef)) as Activity;
1001
AddDummyActivity(rootDecl as CompositeActivity, Type.
GetType
(DesignerHelpers.CodeActivityTypeRef));
AuthoringOM\Design\SecondaryViewProvider.cs (3)
72
(Type.
GetType
(EventHandlingScopeRef).IsAssignableFrom(activityType) &&
73
(!locked || FindActivity(designer, Type.
GetType
(EventHandlersRef)) != null)))
74
viewTypes.Add(new object[] { Type.
GetType
(EventHandlersRef), DR.GetString(DR.ViewEvents) });
AuthoringOM\Design\TypeConverters.cs (3)
32
RuleConditionReferenceType = Type.
GetType
("System.Workflow.Activities.Rules.RuleDefinitions, " + AssemblyRef.ActivitiesAssemblyRef);
33
RuleDefinitionsType = Type.
GetType
("System.Workflow.Activities.Rules.RuleConditionReference, " + AssemblyRef.ActivitiesAssemblyRef);
34
CodeConditionType = Type.
GetType
("System.Workflow.Activities.CodeCondition, " + AssemblyRef.ActivitiesAssemblyRef);
AuthoringOM\Design\UITypeEditors.cs (1)
55
Type typeFilterProviderType = Type.
GetType
(typeFilterProvAttr.TypeFilterProviderTypeName);
AuthoringOM\Design\WorkflowInlining.cs (3)
380
((parameterProperty.DeclaringType == Type.
GetType
(DesignerHelpers.SequentialWorkflowTypeRef) ||
381
parameterProperty.DeclaringType == Type.
GetType
(DesignerHelpers.StateMachineWorkflowTypeRef)) &&
404
PropertyDescriptor prop = new ParameterInfoBasedPropertyDescriptor(Type.
GetType
(InvokeWorkflowRef), parameterProperty.Name, parameterProperty.PropertyType, ReservedParameterNames.Contains(parameterProperty.Name), DesignOnlyAttribute.Yes);
AuthoringOM\Design\XomlDesignerLoader.cs (1)
43
Type invokeWorkflowType = Type.
GetType
(InvokeWorkflowDesigner.InvokeWorkflowRef);
System.Workflow.Runtime (6)
DebugEngine\DebugController.cs (3)
486
if (!String.IsNullOrEmpty(controllerConduitTypeName) && Type.
GetType
(controllerConduitTypeName) != null)
487
this.controllerConduit = Activator.GetObject(Type.
GetType
(controllerConduitTypeName), url.AbsolutePath) as IWorkflowDebugger;
502
controllerConduitType = Type.
GetType
(string.Format(CultureInfo.InvariantCulture, controllerConduitTypeFormat, version));
DebugEngine\DebugControllerThread.cs (3)
104
if (!String.IsNullOrEmpty(evaluationFrameTypeName) && Type.
GetType
(evaluationFrameTypeName) != null)
105
expressionEvaluationFrame = Activator.CreateInstance(Type.
GetType
(evaluationFrameTypeName)) as IExpressionEvaluationFrame;
121
eeFrameType = Type.
GetType
(string.Format(CultureInfo.InvariantCulture, eeFrameTypeNameFormat, version));
System.WorkflowServices (2)
System\ServiceModel\Configuration\PersistenceProviderElement.cs (1)
73
Type providerType = System.Type.
GetType
((string) base[typeParameter]);
System\Workflow\Activities\ContractMethodParameterInfo.cs (1)
50
this.ClassImpl = Type.
GetType
(typeName);
System.Xml (1)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
3463
Type refIntType = Type.
GetType
("System.Int32&");
WindowsBase (2)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
496
Type providerType = Type.
GetType
(pa.TypeName);
Shared\System\Windows\Markup\ReflectionHelper.cs (1)
55
type = Type.
GetType
(nameFrags[0]);