1 write to _staticResources
PresentationFramework (1)
System\Windows\Markup\BamlReader.cs (1)
3034
_staticResources
= new List<List<BamlRecord>>();
2 references to _staticResources
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (2)
3032
if (
_staticResources
== null)
3037
return
_staticResources
;