10 references to FontFamily
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\TextMarkerSource.cs (1)
87new FontFamily("Wingdings"),
Core\CSharp\System\Windows\Media\FontFamily.cs (1)
70internal static FontFamily FontFamilyGlobalUI = new FontFamily(GlobalUI);
Core\CSharp\System\Windows\Media\FontFamilyValueSerializer.cs (1)
45return new FontFamily(value);
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
403SetFontFamily(new FontFamily(fontFamily), startIndex, count);
Core\CSharp\System\Windows\Media\Typeface.cs (1)
63new FontFamily(typefaceName),
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\ListMarkerSourceInfo.cs (2)
86Typeface typeface = DynamicPropertyReader.GetModifiedTypeface(list, new FontFamily("Wingdings")); 140Typeface typeface = DynamicPropertyReader.GetModifiedTypeface(list, new FontFamily("Wingdings"));
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (1)
255element.SetValue(TextElement.FontFamilyProperty, new FontFamily(_fontFamily));
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
54static readonly FontFamily flowElementCaptionFontFamily = new FontFamily("Tohoma");
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspectorFontAndColorDictionary.cs (1)
52Add(keyValuePair.Key, new FontFamily(drawingFontFamily.Name));