4 references to ConverterType
PresentationBuildTasks (4)
Framework\System\Windows\Markup\BamlRecordWriter.cs (4)
1407if (xamlTextNode.ConverterType == null) 1435string converterAssemblyFullName = xamlTextNode.ConverterType.Assembly.FullName; 1436string converterTypeFullName = xamlTextNode.ConverterType.FullName; 1447xamlTextNode.ConverterType,