2 writes to _typeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
3083
newRecord.
_typeId
= _typeId;
3099
set {
_typeId
= value; }
2 references to _typeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
3083
newRecord._typeId =
_typeId
;
3098
get { return
_typeId
; }