2 writes to _staticResourceId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
3921newRecord._staticResourceId = _staticResourceId; 3943set { _staticResourceId = value; }
2 references to _staticResourceId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
3921newRecord._staticResourceId = _staticResourceId; 3942get { return _staticResourceId; }