4 instantiations of Typography
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
500return new Typography(this);
System\Windows\Controls\TextBox.cs (1)
942return new Typography(this);
System\Windows\Documents\FlowDocument.cs (1)
723return new Typography(this);
System\Windows\Documents\TextElement.cs (1)
784return new Typography(this);
157 references to Typography
PresentationFramework (157)
MS\Internal\Text\TextProperties.cs (4)
120_typographyProperties = Typography.Default; 266return Typography.Default; 279return Typography.Default; 296return Typography.Default;
System\Windows\Controls\TextBlock.cs (2)
315DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList; 496public Typography Typography
System\Windows\Controls\TextBox.cs (2)
60DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList; 938public Typography Typography
System\Windows\Controls\TextRangeAdaptor.cs (3)
110FontCapitals capsWCP = (FontCapitals)tp.GetValue(Typography.CapitalsProperty); 296FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.VariantsProperty); 307FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.VariantsProperty);
System\Windows\Documents\FlowDocument.cs (2)
84DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList; 719public Typography Typography
System\windows\Documents\TextEditorCharacters.cs (4)
246FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.VariantsProperty); 250TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants); 265FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.VariantsProperty); 269TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants);
System\Windows\Documents\TextElement.cs (46)
47DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList; 780public Typography Typography 1044group.SetStandardLigatures((bool) element.GetValue(Typography.StandardLigaturesProperty)); 1045group.SetContextualLigatures((bool) element.GetValue(Typography.ContextualLigaturesProperty)); 1046group.SetDiscretionaryLigatures((bool) element.GetValue(Typography.DiscretionaryLigaturesProperty)); 1047group.SetHistoricalLigatures((bool) element.GetValue(Typography.HistoricalLigaturesProperty)); 1048group.SetAnnotationAlternates((int) element.GetValue(Typography.AnnotationAlternatesProperty)); 1049group.SetContextualAlternates((bool) element.GetValue(Typography.ContextualAlternatesProperty)); 1050group.SetHistoricalForms((bool) element.GetValue(Typography.HistoricalFormsProperty)); 1051group.SetKerning((bool) element.GetValue(Typography.KerningProperty)); 1052group.SetCapitalSpacing((bool) element.GetValue(Typography.CapitalSpacingProperty)); 1053group.SetCaseSensitiveForms((bool) element.GetValue(Typography.CaseSensitiveFormsProperty)); 1054group.SetStylisticSet1((bool) element.GetValue(Typography.StylisticSet1Property)); 1055group.SetStylisticSet2((bool) element.GetValue(Typography.StylisticSet2Property)); 1056group.SetStylisticSet3((bool) element.GetValue(Typography.StylisticSet3Property)); 1057group.SetStylisticSet4((bool) element.GetValue(Typography.StylisticSet4Property)); 1058group.SetStylisticSet5((bool) element.GetValue(Typography.StylisticSet5Property)); 1059group.SetStylisticSet6((bool) element.GetValue(Typography.StylisticSet6Property)); 1060group.SetStylisticSet7((bool) element.GetValue(Typography.StylisticSet7Property)); 1061group.SetStylisticSet8((bool) element.GetValue(Typography.StylisticSet8Property)); 1062group.SetStylisticSet9((bool) element.GetValue(Typography.StylisticSet9Property)); 1063group.SetStylisticSet10((bool) element.GetValue(Typography.StylisticSet10Property)); 1064group.SetStylisticSet11((bool) element.GetValue(Typography.StylisticSet11Property)); 1065group.SetStylisticSet12((bool) element.GetValue(Typography.StylisticSet12Property)); 1066group.SetStylisticSet13((bool) element.GetValue(Typography.StylisticSet13Property)); 1067group.SetStylisticSet14((bool) element.GetValue(Typography.StylisticSet14Property)); 1068group.SetStylisticSet15((bool) element.GetValue(Typography.StylisticSet15Property)); 1069group.SetStylisticSet16((bool) element.GetValue(Typography.StylisticSet16Property)); 1070group.SetStylisticSet17((bool) element.GetValue(Typography.StylisticSet17Property)); 1071group.SetStylisticSet18((bool) element.GetValue(Typography.StylisticSet18Property)); 1072group.SetStylisticSet19((bool) element.GetValue(Typography.StylisticSet19Property)); 1073group.SetStylisticSet20((bool) element.GetValue(Typography.StylisticSet20Property)); 1074group.SetFraction((FontFraction) element.GetValue(Typography.FractionProperty)); 1075group.SetSlashedZero((bool) element.GetValue(Typography.SlashedZeroProperty)); 1076group.SetMathematicalGreek((bool) element.GetValue(Typography.MathematicalGreekProperty)); 1077group.SetEastAsianExpertForms((bool) element.GetValue(Typography.EastAsianExpertFormsProperty)); 1078group.SetVariants((FontVariants) element.GetValue(Typography.VariantsProperty)); 1079group.SetCapitals((FontCapitals) element.GetValue(Typography.CapitalsProperty)); 1080group.SetNumeralStyle((FontNumeralStyle) element.GetValue(Typography.NumeralStyleProperty)); 1081group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(Typography.NumeralAlignmentProperty)); 1082group.SetEastAsianWidths((FontEastAsianWidths) element.GetValue(Typography.EastAsianWidthsProperty)); 1083group.SetEastAsianLanguage((FontEastAsianLanguage) element.GetValue(Typography.EastAsianLanguageProperty)); 1084group.SetStandardSwashes((int) element.GetValue(Typography.StandardSwashesProperty)); 1085group.SetContextualSwashes((int) element.GetValue(Typography.ContextualSwashesProperty)); 1086group.SetStylisticAlternates((int) element.GetValue(Typography.StylisticAlternatesProperty)); 1638private TypographyProperties _typographyPropertiesGroup = Typography.Default;
System\Windows\Documents\TextRangeSerialization.cs (1)
748propertyName = property.OwnerType == typeof(Typography) ? $"Typography.{property.Name}" : property.Name;
System\Windows\Documents\TextSchema.cs (3)
55_inheritableTextElementProperties = new DependencyProperty[textElementPropertyList.Length + Typography.TypographyPropertiesList.Length]; 57Array.Copy(Typography.TypographyPropertiesList, 0, _inheritableTextElementProperties, textElementPropertyList.Length, Typography.TypographyPropertiesList.Length);
System\Windows\Documents\Typography.cs (87)
20static private readonly Type _typeofThis = typeof(Typography); 362/// <seealso cref="Typography.StandardLigaturesProperty" /> 374/// <seealso cref="Typography.StandardLigaturesProperty" /> 388/// <seealso cref="Typography.ContextualLigaturesProperty" /> 400/// <seealso cref="Typography.ContextualLigaturesProperty" /> 414/// <seealso cref="Typography.DiscretionaryLigaturesProperty" /> 426/// <seealso cref="Typography.DiscretionaryLigaturesProperty" /> 440/// <seealso cref="Typography.HistoricalLigaturesProperty" /> 452/// <seealso cref="Typography.HistoricalLigaturesProperty" /> 466/// <seealso cref="Typography.AnnotationAlternatesProperty" /> 478/// <seealso cref="Typography.AnnotationAlternatesProperty" /> 492/// <seealso cref="Typography.ContextualAlternatesProperty" /> 504/// <seealso cref="Typography.ContextualAlternatesProperty" /> 518/// <seealso cref="Typography.HistoricalFormsProperty" /> 530/// <seealso cref="Typography.HistoricalFormsProperty" /> 544/// <seealso cref="Typography.KerningProperty" /> 556/// <seealso cref="Typography.KerningProperty" /> 570/// <seealso cref="Typography.CapitalSpacingProperty" /> 582/// <seealso cref="Typography.CapitalSpacingProperty" /> 596/// <seealso cref="Typography.CaseSensitiveFormsProperty" /> 608/// <seealso cref="Typography.CaseSensitiveFormsProperty" /> 622/// <seealso cref="Typography.StylisticSet1Property" /> 634/// <seealso cref="Typography.StylisticSet1Property" /> 648/// <seealso cref="Typography.StylisticSet2Property" /> 660/// <seealso cref="Typography.StylisticSet2Property" /> 674/// <seealso cref="Typography.StylisticSet3Property" /> 686/// <seealso cref="Typography.StylisticSet3Property" /> 700/// <seealso cref="Typography.StylisticSet4Property" /> 712/// <seealso cref="Typography.StylisticSet4Property" /> 726/// <seealso cref="Typography.StylisticSet5Property" /> 738/// <seealso cref="Typography.StylisticSet5Property" /> 752/// <seealso cref="Typography.StylisticSet6Property" /> 764/// <seealso cref="Typography.StylisticSet6Property" /> 778/// <seealso cref="Typography.StylisticSet7Property" /> 790/// <seealso cref="Typography.StylisticSet7Property" /> 804/// <seealso cref="Typography.StylisticSet8Property" /> 816/// <seealso cref="Typography.StylisticSet8Property" /> 830/// <seealso cref="Typography.StylisticSet9Property" /> 842/// <seealso cref="Typography.StylisticSet9Property" /> 856/// <seealso cref="Typography.StylisticSet10Property" /> 868/// <seealso cref="Typography.StylisticSet10Property" /> 882/// <seealso cref="Typography.StylisticSet11Property" /> 894/// <seealso cref="Typography.StylisticSet11Property" /> 908/// <seealso cref="Typography.StylisticSet12Property" /> 920/// <seealso cref="Typography.StylisticSet12Property" /> 934/// <seealso cref="Typography.StylisticSet13Property" /> 946/// <seealso cref="Typography.StylisticSet13Property" /> 960/// <seealso cref="Typography.StylisticSet14Property" /> 972/// <seealso cref="Typography.StylisticSet14Property" /> 986/// <seealso cref="Typography.StylisticSet15Property" /> 998/// <seealso cref="Typography.StylisticSet15Property" /> 1012/// <seealso cref="Typography.StylisticSet16Property" /> 1024/// <seealso cref="Typography.StylisticSet16Property" /> 1038/// <seealso cref="Typography.StylisticSet17Property" /> 1050/// <seealso cref="Typography.StylisticSet17Property" /> 1064/// <seealso cref="Typography.StylisticSet18Property" /> 1076/// <seealso cref="Typography.StylisticSet18Property" /> 1090/// <seealso cref="Typography.StylisticSet19Property" /> 1102/// <seealso cref="Typography.StylisticSet19Property" /> 1116/// <seealso cref="Typography.StylisticSet20Property" /> 1128/// <seealso cref="Typography.StylisticSet20Property" /> 1142/// <seealso cref="Typography.FractionProperty" /> 1154/// <seealso cref="Typography.FractionProperty" /> 1168/// <seealso cref="Typography.SlashedZeroProperty" /> 1180/// <seealso cref="Typography.SlashedZeroProperty" /> 1194/// <seealso cref="Typography.MathematicalGreekProperty" /> 1206/// <seealso cref="Typography.MathematicalGreekProperty" /> 1220/// <seealso cref="Typography.EastAsianExpertFormsProperty" /> 1232/// <seealso cref="Typography.EastAsianExpertFormsProperty" /> 1246/// <seealso cref="Typography.VariantsProperty" /> 1258/// <seealso cref="Typography.VariantsProperty" /> 1272/// <seealso cref="Typography.CapitalsProperty" /> 1284/// <seealso cref="Typography.CapitalsProperty" /> 1298/// <seealso cref="Typography.NumeralStyleProperty" /> 1310/// <seealso cref="Typography.NumeralStyleProperty" /> 1324/// <seealso cref="Typography.NumeralAlignmentProperty" /> 1336/// <seealso cref="Typography.NumeralAlignmentProperty" /> 1350/// <seealso cref="Typography.EastAsianWidthsProperty" /> 1362/// <seealso cref="Typography.EastAsianWidthsProperty" /> 1376/// <seealso cref="Typography.EastAsianLanguageProperty" /> 1388/// <seealso cref="Typography.EastAsianLanguageProperty" /> 1402/// <seealso cref="Typography.StandardSwashesProperty" /> 1414/// <seealso cref="Typography.StandardSwashesProperty" /> 1428/// <seealso cref="Typography.ContextualSwashesProperty" /> 1440/// <seealso cref="Typography.ContextualSwashesProperty" /> 1454/// <seealso cref="Typography.StylisticAlternatesProperty" /> 1466/// <seealso cref="Typography.StylisticAlternatesProperty" />
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
787case 693: t = () => typeof(Typography); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10680typeof(System.Windows.Documents.Typography),
System\Windows\Markup\KnownTypes.cs (1)
6247case KnownElements.Typography: t = typeof(System.Windows.Documents.Typography); break;