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