9 references to FontFamily
PresentationCore (5)
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
78new FontFamily("Wingdings"),
System\Windows\Media\FontFamily.cs (1)
46internal static FontFamily FontFamilyGlobalUI = new FontFamily(GlobalUI);
System\Windows\Media\FontFamilyValueSerializer.cs (1)
42return new FontFamily(value);
System\Windows\Media\FormattedText.cs (1)
376SetFontFamily(new FontFamily(fontFamily), startIndex, count);
System\Windows\Media\Typeface.cs (1)
51new FontFamily(typefaceName),
PresentationFramework (3)
MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
81Typeface typeface = DynamicPropertyReader.GetModifiedTypeface(list, new FontFamily("Wingdings")); 134Typeface typeface = DynamicPropertyReader.GetModifiedTypeface(list, new FontFamily("Wingdings"));
System\Windows\Documents\FixedSOMTextRun.cs (1)
246element.SetValue(TextElement.FontFamilyProperty, new FontFamily(_fontFamily));
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
221return new SWM.FontFamily(sdFamily.Name);