2 implementations of GetType
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (1)
280public Type GetType(string typeName)
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (1)
277public virtual Type GetType(string typeName)
3 references to GetType
System.Workflow.ComponentModel (3)
AuthoringOM\Serializer\ActivityCodeDomSerializationManager.cs (1)
282Type type = this.serializationManager.GetType(typeName);
AuthoringOM\Serializer\WorkflowMarkupSerializationManager.cs (1)
290type = this.serializationManager.GetType(typeName);
AuthoringOM\Serializer\XamlInterfaces.cs (1)
209type = manager.SerializationManager.GetType(typename);