1 write to parameterType
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1350
this.
parameterType
= value;
3 references to parameterType
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (3)
1345
return this.
parameterType
;
1359
if ((type.IsByRef) || (!System.Workflow.ComponentModel.Compiler.TypeProvider.IsAssignable(this.
parameterType
.BaseType, type)))
1372
return SR.GetString(SR.FilterDescription_GenericArgument, this.
parameterType
.Name);