2 references to FontWeightConverter
PresentationBuildTasks (2)
Framework\System\Windows\Markup\KnownTypes.cs (2)
3708
case KnownElements.FontWeight: converterId = KnownElements.
FontWeightConverter
; break;
5037
case KnownElements.
FontWeightConverter
: t = _asmCore.GetType("System.Windows.FontWeightConverter"); break;