4 instantiations of Typography
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
528
return new
Typography
(this);
src\Framework\System\Windows\Controls\TextBox.cs (1)
984
return new
Typography
(this);
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
731
return new
Typography
(this);
src\Framework\System\Windows\Documents\TextElement.cs (1)
826
return new
Typography
(this);
157 references to Typography
PresentationFramework (157)
src\Framework\MS\Internal\Text\TextProperties.cs (4)
125
_typographyProperties =
Typography
.Default;
275
return
Typography
.Default;
288
return
Typography
.Default;
305
return
Typography
.Default;
src\Framework\System\Windows\Controls\TextBlock.cs (2)
340
DependencyProperty[] typographyProperties =
Typography
.TypographyPropertiesList;
524
public
Typography
Typography
src\Framework\System\Windows\Controls\TextBox.cs (2)
69
DependencyProperty[] typographyProperties =
Typography
.TypographyPropertiesList;
980
public
Typography
Typography
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (3)
120
FontCapitals capsWCP = (FontCapitals)tp.GetValue(
Typography
.CapitalsProperty);
306
FontVariants fontVariants = (FontVariants)tp.GetValue(
Typography
.VariantsProperty);
317
FontVariants fontVariants = (FontVariants)tp.GetValue(
Typography
.VariantsProperty);
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
89
DependencyProperty[] typographyProperties =
Typography
.TypographyPropertiesList;
727
public
Typography
Typography
src\Framework\System\windows\Documents\TextEditorCharacters.cs (4)
264
FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(
Typography
.VariantsProperty);
268
TextEditorCharacters._OnApplyProperty(This,
Typography
.VariantsProperty, fontVariants);
283
FontVariants fontVariants = (FontVariants)((TextSelection)This.Selection).GetCurrentValue(
Typography
.VariantsProperty);
287
TextEditorCharacters._OnApplyProperty(This,
Typography
.VariantsProperty, fontVariants);
src\Framework\System\Windows\Documents\TextElement.cs (46)
53
DependencyProperty[] typographyProperties =
Typography
.TypographyPropertiesList;
822
public
Typography
Typography
1090
group.SetStandardLigatures((bool) element.GetValue(
Typography
.StandardLigaturesProperty));
1091
group.SetContextualLigatures((bool) element.GetValue(
Typography
.ContextualLigaturesProperty));
1092
group.SetDiscretionaryLigatures((bool) element.GetValue(
Typography
.DiscretionaryLigaturesProperty));
1093
group.SetHistoricalLigatures((bool) element.GetValue(
Typography
.HistoricalLigaturesProperty));
1094
group.SetAnnotationAlternates((int) element.GetValue(
Typography
.AnnotationAlternatesProperty));
1095
group.SetContextualAlternates((bool) element.GetValue(
Typography
.ContextualAlternatesProperty));
1096
group.SetHistoricalForms((bool) element.GetValue(
Typography
.HistoricalFormsProperty));
1097
group.SetKerning((bool) element.GetValue(
Typography
.KerningProperty));
1098
group.SetCapitalSpacing((bool) element.GetValue(
Typography
.CapitalSpacingProperty));
1099
group.SetCaseSensitiveForms((bool) element.GetValue(
Typography
.CaseSensitiveFormsProperty));
1100
group.SetStylisticSet1((bool) element.GetValue(
Typography
.StylisticSet1Property));
1101
group.SetStylisticSet2((bool) element.GetValue(
Typography
.StylisticSet2Property));
1102
group.SetStylisticSet3((bool) element.GetValue(
Typography
.StylisticSet3Property));
1103
group.SetStylisticSet4((bool) element.GetValue(
Typography
.StylisticSet4Property));
1104
group.SetStylisticSet5((bool) element.GetValue(
Typography
.StylisticSet5Property));
1105
group.SetStylisticSet6((bool) element.GetValue(
Typography
.StylisticSet6Property));
1106
group.SetStylisticSet7((bool) element.GetValue(
Typography
.StylisticSet7Property));
1107
group.SetStylisticSet8((bool) element.GetValue(
Typography
.StylisticSet8Property));
1108
group.SetStylisticSet9((bool) element.GetValue(
Typography
.StylisticSet9Property));
1109
group.SetStylisticSet10((bool) element.GetValue(
Typography
.StylisticSet10Property));
1110
group.SetStylisticSet11((bool) element.GetValue(
Typography
.StylisticSet11Property));
1111
group.SetStylisticSet12((bool) element.GetValue(
Typography
.StylisticSet12Property));
1112
group.SetStylisticSet13((bool) element.GetValue(
Typography
.StylisticSet13Property));
1113
group.SetStylisticSet14((bool) element.GetValue(
Typography
.StylisticSet14Property));
1114
group.SetStylisticSet15((bool) element.GetValue(
Typography
.StylisticSet15Property));
1115
group.SetStylisticSet16((bool) element.GetValue(
Typography
.StylisticSet16Property));
1116
group.SetStylisticSet17((bool) element.GetValue(
Typography
.StylisticSet17Property));
1117
group.SetStylisticSet18((bool) element.GetValue(
Typography
.StylisticSet18Property));
1118
group.SetStylisticSet19((bool) element.GetValue(
Typography
.StylisticSet19Property));
1119
group.SetStylisticSet20((bool) element.GetValue(
Typography
.StylisticSet20Property));
1120
group.SetFraction((FontFraction) element.GetValue(
Typography
.FractionProperty));
1121
group.SetSlashedZero((bool) element.GetValue(
Typography
.SlashedZeroProperty));
1122
group.SetMathematicalGreek((bool) element.GetValue(
Typography
.MathematicalGreekProperty));
1123
group.SetEastAsianExpertForms((bool) element.GetValue(
Typography
.EastAsianExpertFormsProperty));
1124
group.SetVariants((FontVariants) element.GetValue(
Typography
.VariantsProperty));
1125
group.SetCapitals((FontCapitals) element.GetValue(
Typography
.CapitalsProperty));
1126
group.SetNumeralStyle((FontNumeralStyle) element.GetValue(
Typography
.NumeralStyleProperty));
1127
group.SetNumeralAlignment((FontNumeralAlignment) element.GetValue(
Typography
.NumeralAlignmentProperty));
1128
group.SetEastAsianWidths((FontEastAsianWidths) element.GetValue(
Typography
.EastAsianWidthsProperty));
1129
group.SetEastAsianLanguage((FontEastAsianLanguage) element.GetValue(
Typography
.EastAsianLanguageProperty));
1130
group.SetStandardSwashes((int) element.GetValue(
Typography
.StandardSwashesProperty));
1131
group.SetContextualSwashes((int) element.GetValue(
Typography
.ContextualSwashesProperty));
1132
group.SetStylisticAlternates((int) element.GetValue(
Typography
.StylisticAlternatesProperty));
1690
private TypographyProperties _typographyPropertiesGroup =
Typography
.Default;
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
760
propertyName = property.OwnerType == typeof(
Typography
) ? "Typography." + property.Name : property.Name;
src\Framework\System\Windows\Documents\TextSchema.cs (3)
58
_inheritableTextElementProperties = new DependencyProperty[textElementPropertyList.Length +
Typography
.TypographyPropertiesList.Length];
60
Array.Copy(
Typography
.TypographyPropertiesList, 0, _inheritableTextElementProperties, textElementPropertyList.Length,
Typography
.TypographyPropertiesList.Length);
src\Framework\System\Windows\Documents\Typography.cs (87)
38
static private readonly Type _typeofThis = typeof(
Typography
);
383
/// <seealso cref="
Typography
.StandardLigaturesProperty" />
398
/// <seealso cref="
Typography
.StandardLigaturesProperty" />
415
/// <seealso cref="
Typography
.ContextualLigaturesProperty" />
430
/// <seealso cref="
Typography
.ContextualLigaturesProperty" />
447
/// <seealso cref="
Typography
.DiscretionaryLigaturesProperty" />
462
/// <seealso cref="
Typography
.DiscretionaryLigaturesProperty" />
479
/// <seealso cref="
Typography
.HistoricalLigaturesProperty" />
494
/// <seealso cref="
Typography
.HistoricalLigaturesProperty" />
511
/// <seealso cref="
Typography
.AnnotationAlternatesProperty" />
526
/// <seealso cref="
Typography
.AnnotationAlternatesProperty" />
543
/// <seealso cref="
Typography
.ContextualAlternatesProperty" />
558
/// <seealso cref="
Typography
.ContextualAlternatesProperty" />
575
/// <seealso cref="
Typography
.HistoricalFormsProperty" />
590
/// <seealso cref="
Typography
.HistoricalFormsProperty" />
607
/// <seealso cref="
Typography
.KerningProperty" />
622
/// <seealso cref="
Typography
.KerningProperty" />
639
/// <seealso cref="
Typography
.CapitalSpacingProperty" />
654
/// <seealso cref="
Typography
.CapitalSpacingProperty" />
671
/// <seealso cref="
Typography
.CaseSensitiveFormsProperty" />
686
/// <seealso cref="
Typography
.CaseSensitiveFormsProperty" />
703
/// <seealso cref="
Typography
.StylisticSet1Property" />
718
/// <seealso cref="
Typography
.StylisticSet1Property" />
735
/// <seealso cref="
Typography
.StylisticSet2Property" />
750
/// <seealso cref="
Typography
.StylisticSet2Property" />
767
/// <seealso cref="
Typography
.StylisticSet3Property" />
782
/// <seealso cref="
Typography
.StylisticSet3Property" />
799
/// <seealso cref="
Typography
.StylisticSet4Property" />
814
/// <seealso cref="
Typography
.StylisticSet4Property" />
831
/// <seealso cref="
Typography
.StylisticSet5Property" />
846
/// <seealso cref="
Typography
.StylisticSet5Property" />
863
/// <seealso cref="
Typography
.StylisticSet6Property" />
878
/// <seealso cref="
Typography
.StylisticSet6Property" />
895
/// <seealso cref="
Typography
.StylisticSet7Property" />
910
/// <seealso cref="
Typography
.StylisticSet7Property" />
927
/// <seealso cref="
Typography
.StylisticSet8Property" />
942
/// <seealso cref="
Typography
.StylisticSet8Property" />
959
/// <seealso cref="
Typography
.StylisticSet9Property" />
974
/// <seealso cref="
Typography
.StylisticSet9Property" />
991
/// <seealso cref="
Typography
.StylisticSet10Property" />
1006
/// <seealso cref="
Typography
.StylisticSet10Property" />
1023
/// <seealso cref="
Typography
.StylisticSet11Property" />
1038
/// <seealso cref="
Typography
.StylisticSet11Property" />
1055
/// <seealso cref="
Typography
.StylisticSet12Property" />
1070
/// <seealso cref="
Typography
.StylisticSet12Property" />
1087
/// <seealso cref="
Typography
.StylisticSet13Property" />
1102
/// <seealso cref="
Typography
.StylisticSet13Property" />
1119
/// <seealso cref="
Typography
.StylisticSet14Property" />
1134
/// <seealso cref="
Typography
.StylisticSet14Property" />
1151
/// <seealso cref="
Typography
.StylisticSet15Property" />
1166
/// <seealso cref="
Typography
.StylisticSet15Property" />
1183
/// <seealso cref="
Typography
.StylisticSet16Property" />
1198
/// <seealso cref="
Typography
.StylisticSet16Property" />
1215
/// <seealso cref="
Typography
.StylisticSet17Property" />
1230
/// <seealso cref="
Typography
.StylisticSet17Property" />
1247
/// <seealso cref="
Typography
.StylisticSet18Property" />
1262
/// <seealso cref="
Typography
.StylisticSet18Property" />
1279
/// <seealso cref="
Typography
.StylisticSet19Property" />
1294
/// <seealso cref="
Typography
.StylisticSet19Property" />
1311
/// <seealso cref="
Typography
.StylisticSet20Property" />
1326
/// <seealso cref="
Typography
.StylisticSet20Property" />
1343
/// <seealso cref="
Typography
.FractionProperty" />
1358
/// <seealso cref="
Typography
.FractionProperty" />
1375
/// <seealso cref="
Typography
.SlashedZeroProperty" />
1390
/// <seealso cref="
Typography
.SlashedZeroProperty" />
1407
/// <seealso cref="
Typography
.MathematicalGreekProperty" />
1422
/// <seealso cref="
Typography
.MathematicalGreekProperty" />
1439
/// <seealso cref="
Typography
.EastAsianExpertFormsProperty" />
1454
/// <seealso cref="
Typography
.EastAsianExpertFormsProperty" />
1471
/// <seealso cref="
Typography
.VariantsProperty" />
1486
/// <seealso cref="
Typography
.VariantsProperty" />
1503
/// <seealso cref="
Typography
.CapitalsProperty" />
1518
/// <seealso cref="
Typography
.CapitalsProperty" />
1535
/// <seealso cref="
Typography
.NumeralStyleProperty" />
1550
/// <seealso cref="
Typography
.NumeralStyleProperty" />
1567
/// <seealso cref="
Typography
.NumeralAlignmentProperty" />
1582
/// <seealso cref="
Typography
.NumeralAlignmentProperty" />
1599
/// <seealso cref="
Typography
.EastAsianWidthsProperty" />
1614
/// <seealso cref="
Typography
.EastAsianWidthsProperty" />
1631
/// <seealso cref="
Typography
.EastAsianLanguageProperty" />
1646
/// <seealso cref="
Typography
.EastAsianLanguageProperty" />
1663
/// <seealso cref="
Typography
.StandardSwashesProperty" />
1678
/// <seealso cref="
Typography
.StandardSwashesProperty" />
1695
/// <seealso cref="
Typography
.ContextualSwashesProperty" />
1710
/// <seealso cref="
Typography
.ContextualSwashesProperty" />
1727
/// <seealso cref="
Typography
.StylisticAlternatesProperty" />
1742
/// <seealso cref="
Typography
.StylisticAlternatesProperty" />
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
785
case 693: t = () => typeof(
Typography
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10678
typeof(System.Windows.Documents.
Typography
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6237
case KnownElements.Typography: t = typeof(System.Windows.Documents.
Typography
); break;