3 references to LocalReferenceFile
PresentationBuildTasks (3)
Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
1555
localFile = new
LocalReferenceFile
(localTypeXamlFile, isLocalizable, linkAlias, logicalName);
MS\Internal\Tasks\CompilerLocalReference.cs (2)
33
private static LocalReferenceFile _empty = new
LocalReferenceFile
(String.Empty, false, String.Empty, String.Empty);
129
lrf = new
LocalReferenceFile
(filePath, localizable, linkAlias, logicalName);