12 references to EffectField
PresentationCore (12)
System\Windows\Media\Visual.cs (12)
546Effect effect = EffectField.GetValue(this); 752Effect effect = EffectField.GetValue(this); 1430Effect effect = EffectField.GetValue(this); 2035Effect imageEffect = EffectField.GetValue(this); 2179Effect effect = EffectField.GetValue(this); 2914return EffectField.GetValue(this); 2920Effect imageEffect = EffectField.GetValue(this); 2960EffectField.SetValue(this, newEffect); 3001Effect imageEffect = EffectField.GetValue(this); 3100Effect imageEffect = EffectField.GetValue(this); 3281Debug.Assert(EffectField.GetValue(this) == null, "Not expecting both BitmapEffect and Effect to be set on the same node"); 4504Effect imageEffect = EffectField.GetValue(gAsVisual);