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