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