2 writes to selectedTypeName
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
105
this.
selectedTypeName
= selectedTypeName;
549
this.
selectedTypeName
= type.AssemblyQualifiedName;
2 references to selectedTypeName
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
418
if (this.
selectedTypeName
!= null)
420
Type actualType = typeProvider.GetType(this.
selectedTypeName
);