1 write to _staticResources
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
3076
_staticResources
= new List<List<BamlRecord>>();
2 references to _staticResources
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
3074
if (
_staticResources
== null)
3079
return
_staticResources
;