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