2 references to UInt64Converter
PresentationBuildTasks (2)
Framework\System\Windows\Markup\KnownTypes.cs (2)
3791
case KnownElements.UInt64: converterId = KnownElements.
UInt64Converter
; break;
5516
case KnownElements.
UInt64Converter
: t = typeof(UInt64Converter); break;