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