2 references to TextDecorationCollectionConverter
PresentationBuildTasks (2)
Framework\System\Windows\Markup\KnownTypes.cs (2)
3710
case KnownElements.TextDecorationCollection: converterId = KnownElements.
TextDecorationCollectionConverter
; break;
5043
case KnownElements.
TextDecorationCollectionConverter
: t = _asmCore.GetType("System.Windows.TextDecorationCollectionConverter"); break;