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