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