3 references to TextEffect
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\TextEffect.cs (1)
210
return new
TextEffect
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10037
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
TextEffect
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1597
case KnownElements.TextEffect: o = new System.Windows.Media.
TextEffect
(); break;