1 write to Document
Microsoft.DotNet.XliffTasks (1)
Model\TranslatableXmlDocument.cs (1)
19Document = XDocument.Load(reader);
10 references to Document
Microsoft.DotNet.XliffTasks (10)
Model\ResxDocument.cs (2)
18foreach (XElement node in Document.Descendants("data")) 59foreach (XElement node in Document.Descendants("data"))
Model\TranslatableXmlDocument.cs (1)
24Document.SaveCustom(writer);
Model\VsctDocument.cs (6)
20foreach (XElement strings in Document.Descendants(Document.Root.Name.Namespace + "Strings")) 64foreach (XElement strings in Document.Descendants(Document.Root.Name.Namespace + "Strings")) 79foreach (XElement imageTag in Document.Descendants(Document.Root.Name.Namespace + "Bitmap"))
Model\XamlRuleDocument.cs (1)
25foreach (XElement? element in Document.Descendants())