1 write to xClassName
System.Activities (1)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
449
this.
xClassName
= new XamlTypeName(xClassNamespace, xClassName);
4 references to xClassName
System.Activities (4)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (4)
436
if (this.inXClassDepth >= this.depth && this.
xClassName
== null)
556
if (xamlType == null || this.
xClassName
== null || xamlType.Name != this.
xClassName
.Name)
594
return this.
xClassName
.Namespace == @namespace;