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