6 references to FileNameName
System.Activities (2)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
339AttachablePropertyServices.SetProperty(instance, FileNameName, value); 346if (AttachablePropertyServices.TryGetProperty(instance, FileNameName, out value))
System.Activities.Presentation (4)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (2)
204if (AttachablePropertyServices.TryGetProperty<string>(rootWorkflowElement, XamlDebuggerXmlReader.FileNameName, out sourceFile)) 206AttachablePropertyServices.RemoveProperty(rootWorkflowElement, XamlDebuggerXmlReader.FileNameName);
System.Activities.Presentation\System\Activities\Presentation\CutCopyPasteHelper.cs (2)
285if (AttachablePropertyServices.TryGetProperty(currentElement, XamlDebuggerXmlReader.FileNameName, out fileName)) 287AttachablePropertyServices.RemoveProperty(currentElement, XamlDebuggerXmlReader.FileNameName);