18 references to TextDecorationCollection
PresentationCore (7)
Core\CSharp\system\windows\generated\TextDecorationCollection.cs (2)
484
TextDecorationCollection collection = new
TextDecorationCollection
();
601
return new
TextDecorationCollection
();
Core\CSharp\system\windows\TextDecorationCollectionConverter.cs (1)
110
TextDecorationCollection textDecorations = new
TextDecorationCollection
();
Core\CSharp\System\Windows\TextDecorations.cs (4)
32
underline = new
TextDecorationCollection
();
39
strikethrough = new
TextDecorationCollection
();
46
overLine = new
TextDecorationCollection
();
53
baseline = new
TextDecorationCollection
();
PresentationFramework (11)
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (1)
101
textDecorations = new
TextDecorationCollection
();
src\Framework\MS\Internal\Text\TextSpanModifier.cs (1)
158
TextDecorationCollection result = new
TextDecorationCollection
();
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
178
TextDecorationCollection decorationCollection = new
TextDecorationCollection
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10011
bamlType.DefaultConstructor = delegate() { return new System.Windows.
TextDecorationCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1595
case KnownElements.TextDecorationCollection: o = new System.Windows.
TextDecorationCollection
(); break;
src\Framework\System\Windows\SystemFonts.cs (6)
80
_iconFontTextDecorations = new
TextDecorationCollection
();
161
_captionFontTextDecorations = new
TextDecorationCollection
();
241
_smallCaptionFontTextDecorations = new
TextDecorationCollection
();
318
_menuFontTextDecorations = new
TextDecorationCollection
();
399
_statusFontTextDecorations = new
TextDecorationCollection
();
477
_messageFontTextDecorations = new
TextDecorationCollection
();