3 references to TextEffect
PresentationCore (1)
System\Windows\Media\Generated\TextEffect.cs (1)
174
return new
TextEffect
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10039
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
TextEffect
(); };
System\Windows\Markup\KnownTypes.cs (1)
1596
case KnownElements.TextEffect: o = new System.Windows.Media.
TextEffect
(); break;