2 writes to _staticResourceValues
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1565newRecord._staticResourceValues = _staticResourceValues; 1636set { _staticResourceValues = value; }
2 references to _staticResourceValues
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1565newRecord._staticResourceValues = _staticResourceValues; 1635get { return _staticResourceValues; }