2 references to UInt16Converter
PresentationBuildTasks (2)
Framework\System\Windows\Markup\KnownTypes.cs (2)
3789
case KnownElements.UInt16: converterId = KnownElements.
UInt16Converter
; break;
5514
case KnownElements.
UInt16Converter
: t = typeof(UInt16Converter); break;