4 instantiations of Typography
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (1)
500
return new
Typography
(this);
System\Windows\Controls\TextBox.cs (1)
942
return new
Typography
(this);
System\Windows\Documents\FlowDocument.cs (1)
723
return new
Typography
(this);
System\Windows\Documents\TextElement.cs (1)
784
return new
Typography
(this);
157 references to Typography
PresentationFramework (157)
MS\Internal\Text\TextProperties.cs (4)
120
_typographyProperties =
Typography
.Default;
266
return
Typography
.Default;
279
return
Typography
.Default;
296
return
Typography
.Default;
System\Windows\Controls\TextBlock.cs (2)
315
DependencyProperty[] typographyProperties =
Typography
.TypographyPropertiesList;
496
public
Typography
Typography
System\Windows\Controls\TextBox.cs (2)
60
DependencyProperty[] typographyProperties =
Typography
.TypographyPropertiesList;
938
public
Typography
Typography
System\Windows\Controls\TextRangeAdaptor.cs (3)
110
FontCapitals capsWCP = (FontCapitals)tp.GetValue(
Typography
.CapitalsProperty);
296
FontVariants fontVariants = (FontVariants)tp.GetValue(
Typography
.VariantsProperty);
307
FontVariants fontVariants = (FontVariants)tp.GetValue(
Typography
.VariantsProperty);
System\Windows\Documents\FlowDocument.cs (2)
84
DependencyProperty[] typographyProperties =
Typography
.TypographyPropertiesList;
719
public
Typography
Typography
System\windows\Documents\TextEditorCharacters.cs (4)
246
FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(
Typography
.VariantsProperty);
250
TextEditorCharacters._OnApplyProperty(This,
Typography
.VariantsProperty, fontVariants);
265
FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(
Typography
.VariantsProperty);
269
TextEditorCharacters._OnApplyProperty(This,
Typography
.VariantsProperty, fontVariants);
System\Windows\Documents\TextElement.cs (46)
47
DependencyProperty[] typographyProperties =
Typography
.TypographyPropertiesList;
780
public
Typography
Typography
1044
group.SetStandardLigatures((bool) element.GetValue(
Typography
.StandardLigaturesProperty));
1045
group.SetContextualLigatures((bool) element.GetValue(
Typography
.ContextualLigaturesProperty));
1046
group.SetDiscretionaryLigatures((bool) element.GetValue(
Typography
.DiscretionaryLigaturesProperty));
1047
group.SetHistoricalLigatures((bool) element.GetValue(
Typography
.HistoricalLigaturesProperty));
1048
group.SetAnnotationAlternates((int) element.GetValue(
Typography
.AnnotationAlternatesProperty));
1049
group.SetContextualAlternates((bool) element.GetValue(
Typography
.ContextualAlternatesProperty));
1050
group.SetHistoricalForms((bool) element.GetValue(
Typography
.HistoricalFormsProperty));
1051
group.SetKerning((bool) element.GetValue(
Typography
.KerningProperty));
1052
group.SetCapitalSpacing((bool) element.GetValue(
Typography
.CapitalSpacingProperty));
1053
group.SetCaseSensitiveForms((bool) element.GetValue(
Typography
.CaseSensitiveFormsProperty));
1054
group.SetStylisticSet1((bool) element.GetValue(
Typography
.StylisticSet1Property));
1055
group.SetStylisticSet2((bool) element.GetValue(
Typography
.StylisticSet2Property));
1056
group.SetStylisticSet3((bool) element.GetValue(
Typography
.StylisticSet3Property));
1057
group.SetStylisticSet4((bool) element.GetValue(
Typography
.StylisticSet4Property));
1058
group.SetStylisticSet5((bool) element.GetValue(
Typography
.StylisticSet5Property));
1059
group.SetStylisticSet6((bool) element.GetValue(
Typography
.StylisticSet6Property));
1060
group.SetStylisticSet7((bool) element.GetValue(
Typography
.StylisticSet7Property));
1061
group.SetStylisticSet8((bool) element.GetValue(
Typography
.StylisticSet8Property));
1062
group.SetStylisticSet9((bool) element.GetValue(
Typography
.StylisticSet9Property));
1063
group.SetStylisticSet10((bool) element.GetValue(
Typography
.StylisticSet10Property));
1064
group.SetStylisticSet11((bool) element.GetValue(
Typography
.StylisticSet11Property));
1065
group.SetStylisticSet12((bool) element.GetValue(
Typography
.StylisticSet12Property));
1066
group.SetStylisticSet13((bool) element.GetValue(
Typography
.StylisticSet13Property));
1067
group.SetStylisticSet14((bool) element.GetValue(
Typography
.StylisticSet14Property));
1068
group.SetStylisticSet15((bool) element.GetValue(
Typography
.StylisticSet15Property));
1069
group.SetStylisticSet16((bool) element.GetValue(
Typography
.StylisticSet16Property));
1070
group.SetStylisticSet17((bool) element.GetValue(
Typography
.StylisticSet17Property));
1071
group.SetStylisticSet18((bool) element.GetValue(
Typography
.StylisticSet18Property));
1072
group.SetStylisticSet19((bool) element.GetValue(
Typography
.StylisticSet19Property));
1073
group.SetStylisticSet20((bool) element.GetValue(
Typography
.StylisticSet20Property));
1074
group.SetFraction((FontFraction) element.GetValue(
Typography
.FractionProperty));
1075
group.SetSlashedZero((bool) element.GetValue(
Typography
.SlashedZeroProperty));
1076
group.SetMathematicalGreek((bool) element.GetValue(
Typography
.MathematicalGreekProperty));
1077
group.SetEastAsianExpertForms((bool) element.GetValue(
Typography
.EastAsianExpertFormsProperty));
1078
group.SetVariants((FontVariants) element.GetValue(
Typography
.VariantsProperty));
1079
group.SetCapitals((FontCapitals) element.GetValue(
Typography
.CapitalsProperty));
1080
group.SetNumeralStyle((FontNumeralStyle) element.GetValue(
Typography
.NumeralStyleProperty));
1081
group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(
Typography
.NumeralAlignmentProperty));
1082
group.SetEastAsianWidths((FontEastAsianWidths) element.GetValue(
Typography
.EastAsianWidthsProperty));
1083
group.SetEastAsianLanguage((FontEastAsianLanguage) element.GetValue(
Typography
.EastAsianLanguageProperty));
1084
group.SetStandardSwashes((int) element.GetValue(
Typography
.StandardSwashesProperty));
1085
group.SetContextualSwashes((int) element.GetValue(
Typography
.ContextualSwashesProperty));
1086
group.SetStylisticAlternates((int) element.GetValue(
Typography
.StylisticAlternatesProperty));
1638
private TypographyProperties _typographyPropertiesGroup =
Typography
.Default;
System\Windows\Documents\TextRangeSerialization.cs (1)
748
propertyName = property.OwnerType == typeof(
Typography
) ? $"Typography.{property.Name}" : property.Name;
System\Windows\Documents\TextSchema.cs (3)
55
_inheritableTextElementProperties = new DependencyProperty[textElementPropertyList.Length +
Typography
.TypographyPropertiesList.Length];
57
Array.Copy(
Typography
.TypographyPropertiesList, 0, _inheritableTextElementProperties, textElementPropertyList.Length,
Typography
.TypographyPropertiesList.Length);
System\Windows\Documents\Typography.cs (87)
20
static 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)
787
case 693: t = () => typeof(
Typography
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10680
typeof(System.Windows.Documents.
Typography
),
System\Windows\Markup\KnownTypes.cs (1)
6247
case KnownElements.Typography: t = typeof(System.Windows.Documents.
Typography
); break;