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