2 references to UInt32Converter
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (2)
3793
case KnownElements.UInt32: converterId = KnownElements.
UInt32Converter
; break;
5518
case KnownElements.
UInt32Converter
: t = typeof(UInt32Converter); break;