6 references to SymbolName
System.Activities (2)
System\Activities\Debugger\Symbol\DebugSymbol.cs (2)
24AttachablePropertyServices.SetProperty(instance, SymbolName, value); 31if (AttachablePropertyServices.TryGetProperty(instance, SymbolName, out value))
System.Activities.Presentation (4)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\DesignTimeXamlWriter.cs (1)
228base.WriteStartMember(new XamlMember(DebugSymbol.SymbolName.MemberName,
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
292System.Xaml.AttachablePropertyServices.RemoveProperty(GetRootWorkflowElement(deserializedObject), DebugSymbol.SymbolName);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Debugger.cs (2)
68if (AttachablePropertyServices.TryGetProperty<string>(documentRootElement, DebugSymbol.SymbolName, out symbolString)) 85AttachablePropertyServices.RemoveProperty(documentRootElement, DebugSymbol.SymbolName);