Implemented interface member:
method
GetType
System.Runtime.InteropServices._Type.GetType()
12 references to GetType
mscorlib (3)
system\rttype.cs (1)
5503if (GetType() == typeof(ReflectionOnlyType))
system\stubhelpers.cs (2)
1417if (managedType.GetType() != typeof(System.RuntimeType)) 1419throw new ArgumentException(Environment.GetResourceString("Argument_WinRTSystemRuntimeType", managedType.GetType().ToString()));
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (2)
54Type runtimeType = typeof(object).GetType(); 55if (!runtimeType.IsAssignableFrom(type.GetType()))
System (1)
compmod\system\componentmodel\TypeDescriptionProvider.cs (1)
219if (reflectionType.GetType().Assembly == typeof(object).Assembly)
System.Workflow.Activities (2)
Rules\Helpers.cs (2)
261if (type.GetType().FullName.Equals("System.Workflow.ComponentModel.Compiler.DesignTimeType", StringComparison.Ordinal))// designTimeType = type as System.Workflow.ComponentModel.Compiler.DesignTimeType; 264MethodInfo methodInfo = type.GetType().GetMethod("GetEnumType");
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (2)
1365if (parameters[i].GetType() != null && parameters[i].GetType().IsByRef)
System.WorkflowServices (2)
System\Workflow\Activities\ContractType.cs (2)
898if (parameters[i].GetType() != null && parameters[i].GetType().IsByRef)