4 instantiations of Typography
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
510return new Typography(this);
System\Windows\Controls\TextBox.cs (1)
949return new Typography(this);
System\Windows\Documents\FlowDocument.cs (1)
723return new Typography(this);
System\Windows\Documents\TextElement.cs (1)
785return new Typography(this);
157 references to Typography
PresentationFramework (157)
MS\Internal\Text\TextProperties.cs (4)
122_typographyProperties = Typography.Default; 268return Typography.Default; 281return Typography.Default; 298return Typography.Default;
System\Windows\Controls\TextBlock.cs (2)
325DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList; 506public Typography Typography
System\Windows\Controls\TextBox.cs (2)
67DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList; 945public Typography Typography
System\Windows\Controls\TextRangeAdaptor.cs (3)
112FontCapitals capsWCP = (FontCapitals)tp.GetValue(Typography.CapitalsProperty); 298FontVariants fontVariants = (FontVariants)tp.GetValue(Typography.VariantsProperty); 309FontVariants 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)
262FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.VariantsProperty); 266TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants); 281FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(Typography.VariantsProperty); 285TextEditorCharacters._OnApplyProperty(This, Typography.VariantsProperty, fontVariants);
System\Windows\Documents\TextElement.cs (46)
48DependencyProperty[] typographyProperties = Typography.TypographyPropertiesList; 781public Typography Typography 1045group.SetStandardLigatures((bool) element.GetValue(Typography.StandardLigaturesProperty)); 1046group.SetContextualLigatures((bool) element.GetValue(Typography.ContextualLigaturesProperty)); 1047group.SetDiscretionaryLigatures((bool) element.GetValue(Typography.DiscretionaryLigaturesProperty)); 1048group.SetHistoricalLigatures((bool) element.GetValue(Typography.HistoricalLigaturesProperty)); 1049group.SetAnnotationAlternates((int) element.GetValue(Typography.AnnotationAlternatesProperty)); 1050group.SetContextualAlternates((bool) element.GetValue(Typography.ContextualAlternatesProperty)); 1051group.SetHistoricalForms((bool) element.GetValue(Typography.HistoricalFormsProperty)); 1052group.SetKerning((bool) element.GetValue(Typography.KerningProperty)); 1053group.SetCapitalSpacing((bool) element.GetValue(Typography.CapitalSpacingProperty)); 1054group.SetCaseSensitiveForms((bool) element.GetValue(Typography.CaseSensitiveFormsProperty)); 1055group.SetStylisticSet1((bool) element.GetValue(Typography.StylisticSet1Property)); 1056group.SetStylisticSet2((bool) element.GetValue(Typography.StylisticSet2Property)); 1057group.SetStylisticSet3((bool) element.GetValue(Typography.StylisticSet3Property)); 1058group.SetStylisticSet4((bool) element.GetValue(Typography.StylisticSet4Property)); 1059group.SetStylisticSet5((bool) element.GetValue(Typography.StylisticSet5Property)); 1060group.SetStylisticSet6((bool) element.GetValue(Typography.StylisticSet6Property)); 1061group.SetStylisticSet7((bool) element.GetValue(Typography.StylisticSet7Property)); 1062group.SetStylisticSet8((bool) element.GetValue(Typography.StylisticSet8Property)); 1063group.SetStylisticSet9((bool) element.GetValue(Typography.StylisticSet9Property)); 1064group.SetStylisticSet10((bool) element.GetValue(Typography.StylisticSet10Property)); 1065group.SetStylisticSet11((bool) element.GetValue(Typography.StylisticSet11Property)); 1066group.SetStylisticSet12((bool) element.GetValue(Typography.StylisticSet12Property)); 1067group.SetStylisticSet13((bool) element.GetValue(Typography.StylisticSet13Property)); 1068group.SetStylisticSet14((bool) element.GetValue(Typography.StylisticSet14Property)); 1069group.SetStylisticSet15((bool) element.GetValue(Typography.StylisticSet15Property)); 1070group.SetStylisticSet16((bool) element.GetValue(Typography.StylisticSet16Property)); 1071group.SetStylisticSet17((bool) element.GetValue(Typography.StylisticSet17Property)); 1072group.SetStylisticSet18((bool) element.GetValue(Typography.StylisticSet18Property)); 1073group.SetStylisticSet19((bool) element.GetValue(Typography.StylisticSet19Property)); 1074group.SetStylisticSet20((bool) element.GetValue(Typography.StylisticSet20Property)); 1075group.SetFraction((FontFraction) element.GetValue(Typography.FractionProperty)); 1076group.SetSlashedZero((bool) element.GetValue(Typography.SlashedZeroProperty)); 1077group.SetMathematicalGreek((bool) element.GetValue(Typography.MathematicalGreekProperty)); 1078group.SetEastAsianExpertForms((bool) element.GetValue(Typography.EastAsianExpertFormsProperty)); 1079group.SetVariants((FontVariants) element.GetValue(Typography.VariantsProperty)); 1080group.SetCapitals((FontCapitals) element.GetValue(Typography.CapitalsProperty)); 1081group.SetNumeralStyle((FontNumeralStyle) element.GetValue(Typography.NumeralStyleProperty)); 1082group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(Typography.NumeralAlignmentProperty)); 1083group.SetEastAsianWidths((FontEastAsianWidths) element.GetValue(Typography.EastAsianWidthsProperty)); 1084group.SetEastAsianLanguage((FontEastAsianLanguage) element.GetValue(Typography.EastAsianLanguageProperty)); 1085group.SetStandardSwashes((int) element.GetValue(Typography.StandardSwashesProperty)); 1086group.SetContextualSwashes((int) element.GetValue(Typography.ContextualSwashesProperty)); 1087group.SetStylisticAlternates((int) element.GetValue(Typography.StylisticAlternatesProperty)); 1639private TypographyProperties _typographyPropertiesGroup = Typography.Default;
System\Windows\Documents\TextRangeSerialization.cs (1)
754propertyName = property.OwnerType == typeof(Typography) ? $"Typography.{property.Name}" : property.Name;
System\Windows\Documents\TextSchema.cs (3)
56_inheritableTextElementProperties = new DependencyProperty[textElementPropertyList.Length + Typography.TypographyPropertiesList.Length]; 58Array.Copy(Typography.TypographyPropertiesList, 0, _inheritableTextElementProperties, textElementPropertyList.Length, Typography.TypographyPropertiesList.Length);
System\Windows\Documents\Typography.cs (87)
33static private readonly Type _typeofThis = typeof(Typography); 375/// <seealso cref="Typography.StandardLigaturesProperty" /> 387/// <seealso cref="Typography.StandardLigaturesProperty" /> 401/// <seealso cref="Typography.ContextualLigaturesProperty" /> 413/// <seealso cref="Typography.ContextualLigaturesProperty" /> 427/// <seealso cref="Typography.DiscretionaryLigaturesProperty" /> 439/// <seealso cref="Typography.DiscretionaryLigaturesProperty" /> 453/// <seealso cref="Typography.HistoricalLigaturesProperty" /> 465/// <seealso cref="Typography.HistoricalLigaturesProperty" /> 479/// <seealso cref="Typography.AnnotationAlternatesProperty" /> 491/// <seealso cref="Typography.AnnotationAlternatesProperty" /> 505/// <seealso cref="Typography.ContextualAlternatesProperty" /> 517/// <seealso cref="Typography.ContextualAlternatesProperty" /> 531/// <seealso cref="Typography.HistoricalFormsProperty" /> 543/// <seealso cref="Typography.HistoricalFormsProperty" /> 557/// <seealso cref="Typography.KerningProperty" /> 569/// <seealso cref="Typography.KerningProperty" /> 583/// <seealso cref="Typography.CapitalSpacingProperty" /> 595/// <seealso cref="Typography.CapitalSpacingProperty" /> 609/// <seealso cref="Typography.CaseSensitiveFormsProperty" /> 621/// <seealso cref="Typography.CaseSensitiveFormsProperty" /> 635/// <seealso cref="Typography.StylisticSet1Property" /> 647/// <seealso cref="Typography.StylisticSet1Property" /> 661/// <seealso cref="Typography.StylisticSet2Property" /> 673/// <seealso cref="Typography.StylisticSet2Property" /> 687/// <seealso cref="Typography.StylisticSet3Property" /> 699/// <seealso cref="Typography.StylisticSet3Property" /> 713/// <seealso cref="Typography.StylisticSet4Property" /> 725/// <seealso cref="Typography.StylisticSet4Property" /> 739/// <seealso cref="Typography.StylisticSet5Property" /> 751/// <seealso cref="Typography.StylisticSet5Property" /> 765/// <seealso cref="Typography.StylisticSet6Property" /> 777/// <seealso cref="Typography.StylisticSet6Property" /> 791/// <seealso cref="Typography.StylisticSet7Property" /> 803/// <seealso cref="Typography.StylisticSet7Property" /> 817/// <seealso cref="Typography.StylisticSet8Property" /> 829/// <seealso cref="Typography.StylisticSet8Property" /> 843/// <seealso cref="Typography.StylisticSet9Property" /> 855/// <seealso cref="Typography.StylisticSet9Property" /> 869/// <seealso cref="Typography.StylisticSet10Property" /> 881/// <seealso cref="Typography.StylisticSet10Property" /> 895/// <seealso cref="Typography.StylisticSet11Property" /> 907/// <seealso cref="Typography.StylisticSet11Property" /> 921/// <seealso cref="Typography.StylisticSet12Property" /> 933/// <seealso cref="Typography.StylisticSet12Property" /> 947/// <seealso cref="Typography.StylisticSet13Property" /> 959/// <seealso cref="Typography.StylisticSet13Property" /> 973/// <seealso cref="Typography.StylisticSet14Property" /> 985/// <seealso cref="Typography.StylisticSet14Property" /> 999/// <seealso cref="Typography.StylisticSet15Property" /> 1011/// <seealso cref="Typography.StylisticSet15Property" /> 1025/// <seealso cref="Typography.StylisticSet16Property" /> 1037/// <seealso cref="Typography.StylisticSet16Property" /> 1051/// <seealso cref="Typography.StylisticSet17Property" /> 1063/// <seealso cref="Typography.StylisticSet17Property" /> 1077/// <seealso cref="Typography.StylisticSet18Property" /> 1089/// <seealso cref="Typography.StylisticSet18Property" /> 1103/// <seealso cref="Typography.StylisticSet19Property" /> 1115/// <seealso cref="Typography.StylisticSet19Property" /> 1129/// <seealso cref="Typography.StylisticSet20Property" /> 1141/// <seealso cref="Typography.StylisticSet20Property" /> 1155/// <seealso cref="Typography.FractionProperty" /> 1167/// <seealso cref="Typography.FractionProperty" /> 1181/// <seealso cref="Typography.SlashedZeroProperty" /> 1193/// <seealso cref="Typography.SlashedZeroProperty" /> 1207/// <seealso cref="Typography.MathematicalGreekProperty" /> 1219/// <seealso cref="Typography.MathematicalGreekProperty" /> 1233/// <seealso cref="Typography.EastAsianExpertFormsProperty" /> 1245/// <seealso cref="Typography.EastAsianExpertFormsProperty" /> 1259/// <seealso cref="Typography.VariantsProperty" /> 1271/// <seealso cref="Typography.VariantsProperty" /> 1285/// <seealso cref="Typography.CapitalsProperty" /> 1297/// <seealso cref="Typography.CapitalsProperty" /> 1311/// <seealso cref="Typography.NumeralStyleProperty" /> 1323/// <seealso cref="Typography.NumeralStyleProperty" /> 1337/// <seealso cref="Typography.NumeralAlignmentProperty" /> 1349/// <seealso cref="Typography.NumeralAlignmentProperty" /> 1363/// <seealso cref="Typography.EastAsianWidthsProperty" /> 1375/// <seealso cref="Typography.EastAsianWidthsProperty" /> 1389/// <seealso cref="Typography.EastAsianLanguageProperty" /> 1401/// <seealso cref="Typography.EastAsianLanguageProperty" /> 1415/// <seealso cref="Typography.StandardSwashesProperty" /> 1427/// <seealso cref="Typography.StandardSwashesProperty" /> 1441/// <seealso cref="Typography.ContextualSwashesProperty" /> 1453/// <seealso cref="Typography.ContextualSwashesProperty" /> 1467/// <seealso cref="Typography.StylisticAlternatesProperty" /> 1479/// <seealso cref="Typography.StylisticAlternatesProperty" />
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
789case 693: t = () => typeof(Typography); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10682typeof(System.Windows.Documents.Typography),
System\Windows\Markup\KnownTypes.cs (1)
6247case KnownElements.Typography: t = typeof(System.Windows.Documents.Typography); break;