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