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