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