2 writes to _converterTypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
3943newRecord._converterTypeId = _converterTypeId; 3958set { _converterTypeId = value; }
2 references to _converterTypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
3943newRecord._converterTypeId = _converterTypeId; 3957get { return _converterTypeId; }