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