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