1 write to BamlUri
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
506nestedBamlLoadInfo.BamlUri = null;
3 references to BamlUri
PresentationFramework (3)
src\Framework\System\Windows\Application.cs (3)
2669if (loadBamlSyncInfo != null && loadBamlSyncInfo.BamlUri != null && 2671BindUriHelper.DoSchemeAndHostMatch(loadBamlSyncInfo.BamlUri, curComponentUri)) 2673string fileInBamlConvert = loadBamlSyncInfo.BamlUri.LocalPath;