12 references to EffectField
PresentationCore (12)
System\Windows\Media\Visual.cs (12)
562Effect effect = EffectField.GetValue(this); 768Effect effect = EffectField.GetValue(this); 1446Effect effect = EffectField.GetValue(this); 2051Effect imageEffect = EffectField.GetValue(this); 2195Effect effect = EffectField.GetValue(this); 2930return EffectField.GetValue(this); 2936Effect imageEffect = EffectField.GetValue(this); 2976EffectField.SetValue(this, newEffect); 3017Effect imageEffect = EffectField.GetValue(this); 3116Effect imageEffect = EffectField.GetValue(this); 3297Debug.Assert(EffectField.GetValue(this) == null, "Not expecting both BitmapEffect and Effect to be set on the same node"); 4520Effect imageEffect = EffectField.GetValue(gAsVisual);