1 write to localAssemblyNsPostfix
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
62this.localAssemblyNsPostfix = XamlNamespaceHelper.ClrNamespaceAssemblyField + localAssembly;
8 references to localAssemblyNsPostfix
System.Activities.Presentation (8)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (8)
63this.localAssemblyNsPostfixNoLeadingSemicolon = localAssemblyNsPostfix.Substring(1); 72if (!string.IsNullOrEmpty(this.localAssemblyNsPostfix) 195get { return !string.IsNullOrEmpty(this.localAssemblyNsPostfix); } 204result += this.localAssemblyNsPostfix; 224return !string.IsNullOrEmpty(this.localAssemblyNsPostfix) && ns.EndsWith(this.localAssemblyNsPostfix, StringComparison.OrdinalIgnoreCase); 229return string.IsNullOrEmpty(this.localAssemblyNsPostfix) ? ns : ns.Substring(0, ns.Length - this.localAssemblyNsPostfix.Length);