2 references to FontStyleConverter
PresentationBuildTasks (2)
Framework\System\Windows\Markup\KnownTypes.cs (2)
3706
case KnownElements.FontStyle: converterId = KnownElements.
FontStyleConverter
; break;
5033
case KnownElements.
FontStyleConverter
: t = _asmCore.GetType("System.Windows.FontStyleConverter"); break;