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