2 references to EffectProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement.cs (2)
2822get { return (Effect) GetValue(EffectProperty); } 2823set { SetValue(EffectProperty, value); }