4 references to ConverterType
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (4)
1392if (xamlTextNode.ConverterType == null) 1420string converterAssemblyFullName = xamlTextNode.ConverterType.Assembly.FullName; 1421string converterTypeFullName = xamlTextNode.ConverterType.FullName; 1432xamlTextNode.ConverterType,