2 writes to _typeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
2974
newRecord.
_typeId
= _typeId;
2990
set {
_typeId
= value; }
2 references to _typeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
2974
newRecord._typeId =
_typeId
;
2989
get { return
_typeId
; }