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