2 writes to _stringId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2167newRecord._stringId = _stringId; 2184set { _stringId = value; }
2 references to _stringId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2167newRecord._stringId = _stringId; 2182get { return _stringId; }