2 writes to _staticResourceId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
3733newRecord._staticResourceId = _staticResourceId; 3755set { _staticResourceId = value; }
2 references to _staticResourceId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
3733newRecord._staticResourceId = _staticResourceId; 3754get { return _staticResourceId; }