2 references to FontStyleConverter
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (2)
3709
case KnownElements.FontStyle: converterId = KnownElements.
FontStyleConverter
; break;
5036
case KnownElements.
FontStyleConverter
: t = _asmCore.GetType("System.Windows.FontStyleConverter"); break;