12 references to EffectField
PresentationCore (12)
System\Windows\Media\Visual.cs (12)
565Effect effect = EffectField.GetValue(this); 771Effect effect = EffectField.GetValue(this); 1449Effect effect = EffectField.GetValue(this); 2054Effect imageEffect = EffectField.GetValue(this); 2198Effect effect = EffectField.GetValue(this); 2936return EffectField.GetValue(this); 2942Effect imageEffect = EffectField.GetValue(this); 2982EffectField.SetValue(this, newEffect); 3023Effect imageEffect = EffectField.GetValue(this); 3122Effect imageEffect = EffectField.GetValue(this); 3303Debug.Assert(EffectField.GetValue(this) == null, "Not expecting both BitmapEffect and Effect to be set on the same node"); 4526Effect imageEffect = EffectField.GetValue(gAsVisual);