19 references to TextDecorationCollection
PresentationCore (7)
System\Windows\Generated\TextDecorationCollection.cs (2)
452
TextDecorationCollection collection = new
TextDecorationCollection
();
566
return new
TextDecorationCollection
();
System\Windows\TextDecorationCollectionConverter.cs (1)
88
return new
TextDecorationCollection
();
System\Windows\TextDecorations.cs (4)
26
underline = new
TextDecorationCollection
();
35
strikethrough = new
TextDecorationCollection
();
44
overLine = new
TextDecorationCollection
();
53
baseline = new
TextDecorationCollection
();
PresentationFramework (11)
MS\Internal\Text\DynamicPropertyReader.cs (1)
91
textDecorations = new
TextDecorationCollection
();
MS\Internal\Text\TextSpanModifier.cs (1)
147
TextDecorationCollection result = new
TextDecorationCollection
();
System\Windows\Documents\SpellerHighlightLayer.cs (1)
176
TextDecorationCollection decorationCollection = new
TextDecorationCollection
();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11107
DefaultConstructor = delegate () { return new System.Windows.
TextDecorationCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1587
case KnownElements.TextDecorationCollection: o = new System.Windows.
TextDecorationCollection
(); break;
System\Windows\SystemFonts.cs (6)
74
_iconFontTextDecorations = new
TextDecorationCollection
();
155
_captionFontTextDecorations = new
TextDecorationCollection
();
235
_smallCaptionFontTextDecorations = new
TextDecorationCollection
();
312
_menuFontTextDecorations = new
TextDecorationCollection
();
393
_statusFontTextDecorations = new
TextDecorationCollection
();
486
_messageFontTextDecorations = new
TextDecorationCollection
();
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHostPropertyMap.cs (1)
141
TextDecorationCollection decorations = new
TextDecorationCollection
();