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