2 writes to _BamlUri
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
2879
_BamlUri
= uri;
2892
set {
_BamlUri
= value; } // Code could reset the OuterBamlUri for performance optimization.
1 reference to _BamlUri
PresentationFramework (1)
src\Framework\System\Windows\Application.cs (1)
2891
get { return
_BamlUri
; }