2 references to TextEffectsProperty
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
336
get { return (TextEffectCollection) GetValue(
TextEffectsProperty
); }
337
set { SetValue(
TextEffectsProperty
, value); }