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