12 references to EffectField
PresentationCore (12)
System\Windows\Media\Visual.cs (12)
545Effect effect = EffectField.GetValue(this); 751Effect effect = EffectField.GetValue(this); 1427Effect effect = EffectField.GetValue(this); 2032Effect imageEffect = EffectField.GetValue(this); 2176Effect effect = EffectField.GetValue(this); 2911return EffectField.GetValue(this); 2917Effect imageEffect = EffectField.GetValue(this); 2957EffectField.SetValue(this, newEffect); 2998Effect imageEffect = EffectField.GetValue(this); 3097Effect imageEffect = EffectField.GetValue(this); 3278Debug.Assert(EffectField.GetValue(this) == null, "Not expecting both BitmapEffect and Effect to be set on the same node"); 4501Effect imageEffect = EffectField.GetValue(gAsVisual);