2 references to TextEffectsProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBlock.cs (2)
984get { return (TextEffectCollection) GetValue(TextEffectsProperty); } 985set { SetValue(TextEffectsProperty, value); }