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