2 writes to _stringId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
2095newRecord._stringId = _stringId; 2112set { _stringId = value; }
2 references to _stringId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
2095newRecord._stringId = _stringId; 2110get { return _stringId; }