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