2 references to TextEffectsProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (2)
71get { return (TextEffectCollection)GetValue(TextEffectsProperty); } 72set { SetValue(TextEffectsProperty, value); }