2 writes to _converterTypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2297newRecord._converterTypeId = _converterTypeId; 2312set { _converterTypeId = value; }
2 references to _converterTypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
2297newRecord._converterTypeId = _converterTypeId; 2311get { return _converterTypeId; }