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