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