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