3 references to TextEffectsProperty
PresentationFramework (2)
System\Windows\Controls\TextBlock.cs (2)
912get { return (TextEffectCollection) GetValue(TextEffectsProperty); } 913set { SetValue(TextEffectsProperty, value); }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
72public static readonly DependencyProperty TextEffectsProperty = TextBlock.TextEffectsProperty.AddOwner(typeof(RibbonTwoLineText));