2 references to TextEffectsProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextBlock.cs (2)
984
get { return (TextEffectCollection) GetValue(
TextEffectsProperty
); }
985
set { SetValue(
TextEffectsProperty
, value); }