2 writes to typeName
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\XamlInterfaces.cs (2)
147
this.
typeName
= type;
232
this.
typeName
= value;
5 references to typeName
System.Workflow.ComponentModel (5)
AuthoringOM\Serializer\XamlInterfaces.cs (5)
164
if (this.
typeName
== null)
175
return this.
typeName
;
178
string typename = this.
typeName
.Trim();
214
return this.
typeName
;
225
return this.
typeName
;