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