4 instantiations of Typography
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
497
return new
Typography
(this);
System\Windows\Controls\TextBox.cs (1)
943
return new
Typography
(this);
System\Windows\Documents\FlowDocument.cs (1)
722
return new
Typography
(this);
System\Windows\Documents\TextElement.cs (1)
769
return new
Typography
(this);
71 references to Typography
PresentationFramework (71)
MS\Internal\Text\TextProperties.cs (4)
119
_typographyProperties =
Typography
.Default;
265
return
Typography
.Default;
278
return
Typography
.Default;
295
return
Typography
.Default;
System\Windows\Controls\TextBlock.cs (2)
312
DependencyProperty[] typographyProperties =
Typography
.TypographyPropertiesList;
493
public
Typography
Typography
System\Windows\Controls\TextBox.cs (2)
59
DependencyProperty[] typographyProperties =
Typography
.TypographyPropertiesList;
939
public
Typography
Typography
System\Windows\Controls\TextRangeAdaptor.cs (3)
109
FontCapitals capsWCP = (FontCapitals)tp.GetValue(
Typography
.CapitalsProperty);
295
FontVariants fontVariants = (FontVariants)tp.GetValue(
Typography
.VariantsProperty);
306
FontVariants fontVariants = (FontVariants)tp.GetValue(
Typography
.VariantsProperty);
System\Windows\Documents\FlowDocument.cs (2)
83
DependencyProperty[] typographyProperties =
Typography
.TypographyPropertiesList;
718
public
Typography
Typography
System\windows\Documents\TextEditorCharacters.cs (4)
245
FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(
Typography
.VariantsProperty);
249
TextEditorCharacters._OnApplyProperty(This,
Typography
.VariantsProperty, fontVariants);
264
FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(
Typography
.VariantsProperty);
268
TextEditorCharacters._OnApplyProperty(This,
Typography
.VariantsProperty, fontVariants);
System\Windows\Documents\TextElement.cs (46)
43
DependencyProperty[] typographyProperties =
Typography
.TypographyPropertiesList;
765
public
Typography
Typography
1029
group.SetStandardLigatures((bool) element.GetValue(
Typography
.StandardLigaturesProperty));
1030
group.SetContextualLigatures((bool) element.GetValue(
Typography
.ContextualLigaturesProperty));
1031
group.SetDiscretionaryLigatures((bool) element.GetValue(
Typography
.DiscretionaryLigaturesProperty));
1032
group.SetHistoricalLigatures((bool) element.GetValue(
Typography
.HistoricalLigaturesProperty));
1033
group.SetAnnotationAlternates((int) element.GetValue(
Typography
.AnnotationAlternatesProperty));
1034
group.SetContextualAlternates((bool) element.GetValue(
Typography
.ContextualAlternatesProperty));
1035
group.SetHistoricalForms((bool) element.GetValue(
Typography
.HistoricalFormsProperty));
1036
group.SetKerning((bool) element.GetValue(
Typography
.KerningProperty));
1037
group.SetCapitalSpacing((bool) element.GetValue(
Typography
.CapitalSpacingProperty));
1038
group.SetCaseSensitiveForms((bool) element.GetValue(
Typography
.CaseSensitiveFormsProperty));
1039
group.SetStylisticSet1((bool) element.GetValue(
Typography
.StylisticSet1Property));
1040
group.SetStylisticSet2((bool) element.GetValue(
Typography
.StylisticSet2Property));
1041
group.SetStylisticSet3((bool) element.GetValue(
Typography
.StylisticSet3Property));
1042
group.SetStylisticSet4((bool) element.GetValue(
Typography
.StylisticSet4Property));
1043
group.SetStylisticSet5((bool) element.GetValue(
Typography
.StylisticSet5Property));
1044
group.SetStylisticSet6((bool) element.GetValue(
Typography
.StylisticSet6Property));
1045
group.SetStylisticSet7((bool) element.GetValue(
Typography
.StylisticSet7Property));
1046
group.SetStylisticSet8((bool) element.GetValue(
Typography
.StylisticSet8Property));
1047
group.SetStylisticSet9((bool) element.GetValue(
Typography
.StylisticSet9Property));
1048
group.SetStylisticSet10((bool) element.GetValue(
Typography
.StylisticSet10Property));
1049
group.SetStylisticSet11((bool) element.GetValue(
Typography
.StylisticSet11Property));
1050
group.SetStylisticSet12((bool) element.GetValue(
Typography
.StylisticSet12Property));
1051
group.SetStylisticSet13((bool) element.GetValue(
Typography
.StylisticSet13Property));
1052
group.SetStylisticSet14((bool) element.GetValue(
Typography
.StylisticSet14Property));
1053
group.SetStylisticSet15((bool) element.GetValue(
Typography
.StylisticSet15Property));
1054
group.SetStylisticSet16((bool) element.GetValue(
Typography
.StylisticSet16Property));
1055
group.SetStylisticSet17((bool) element.GetValue(
Typography
.StylisticSet17Property));
1056
group.SetStylisticSet18((bool) element.GetValue(
Typography
.StylisticSet18Property));
1057
group.SetStylisticSet19((bool) element.GetValue(
Typography
.StylisticSet19Property));
1058
group.SetStylisticSet20((bool) element.GetValue(
Typography
.StylisticSet20Property));
1059
group.SetFraction((FontFraction) element.GetValue(
Typography
.FractionProperty));
1060
group.SetSlashedZero((bool) element.GetValue(
Typography
.SlashedZeroProperty));
1061
group.SetMathematicalGreek((bool) element.GetValue(
Typography
.MathematicalGreekProperty));
1062
group.SetEastAsianExpertForms((bool) element.GetValue(
Typography
.EastAsianExpertFormsProperty));
1063
group.SetVariants((FontVariants) element.GetValue(
Typography
.VariantsProperty));
1064
group.SetCapitals((FontCapitals) element.GetValue(
Typography
.CapitalsProperty));
1065
group.SetNumeralStyle((FontNumeralStyle) element.GetValue(
Typography
.NumeralStyleProperty));
1066
group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(
Typography
.NumeralAlignmentProperty));
1067
group.SetEastAsianWidths((FontEastAsianWidths) element.GetValue(
Typography
.EastAsianWidthsProperty));
1068
group.SetEastAsianLanguage((FontEastAsianLanguage) element.GetValue(
Typography
.EastAsianLanguageProperty));
1069
group.SetStandardSwashes((int) element.GetValue(
Typography
.StandardSwashesProperty));
1070
group.SetContextualSwashes((int) element.GetValue(
Typography
.ContextualSwashesProperty));
1071
group.SetStylisticAlternates((int) element.GetValue(
Typography
.StylisticAlternatesProperty));
1620
private TypographyProperties _typographyPropertiesGroup =
Typography
.Default;
System\Windows\Documents\TextRangeSerialization.cs (1)
747
propertyName = property.OwnerType == typeof(
Typography
) ? $"Typography.{property.Name}" : property.Name;
System\Windows\Documents\TextSchema.cs (3)
54
_inheritableTextElementProperties = new DependencyProperty[textElementPropertyList.Length +
Typography
.TypographyPropertiesList.Length];
56
Array.Copy(
Typography
.TypographyPropertiesList, 0, _inheritableTextElementProperties, textElementPropertyList.Length,
Typography
.TypographyPropertiesList.Length);
System\Windows\Documents\Typography.cs (1)
19
private static readonly Type _typeofThis = typeof(
Typography
);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
786
case 693: t = () => typeof(
Typography
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11857
typeof(System.Windows.Documents.
Typography
),
System\Windows\Markup\KnownTypes.cs (1)
6240
case KnownElements.Typography: t = typeof(System.Windows.Documents.
Typography
); break;