10 types derived from BitmapEffect
PresentationCore (10)
System\Windows\Media\Effects\BevelBitmapEffect.cs (1)
15public sealed partial class BevelBitmapEffect : BitmapEffect
System\Windows\Media\Effects\BitmapEffectGroup.cs (1)
17public sealed partial class BitmapEffectGroup : BitmapEffect
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
15public sealed partial class BlurBitmapEffect : BitmapEffect
System\Windows\Media\Effects\Generated\BevelBitmapEffect.cs (1)
15sealed partial class BevelBitmapEffect : BitmapEffect
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
17sealed partial class BitmapEffectGroup : BitmapEffect
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (1)
15sealed partial class BlurBitmapEffect : BitmapEffect
System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (1)
15sealed partial class DropShadowBitmapEffect : BitmapEffect
System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (1)
15sealed partial class EmbossBitmapEffect : BitmapEffect
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
15sealed partial class OuterGlowBitmapEffect : BitmapEffect
System\Windows\Media\Effects\OuterGlowBitmapEffect.cs (1)
15public sealed partial class OuterGlowBitmapEffect : BitmapEffect
90 references to BitmapEffect
PresentationCore (86)
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
486BitmapEffect effect,
System\Windows\Media\ContainerVisual.cs (1)
92public BitmapEffect BitmapEffect
System\Windows\Media\DrawingDrawingContext.cs (1)
1007BitmapEffect effect,
System\Windows\Media\Effects\BitmapEffectInputData.cs (2)
9public BitmapEffect BitmapEffect; 12public BitmapEffectInputData(BitmapEffect bitmapEffect,
System\Windows\Media\Effects\BitmapEffectState.cs (2)
22private BitmapEffect _bitmapEffect; 27public BitmapEffect BitmapEffect
System\Windows\Media\Effects\Generated\BitmapEffect.cs (4)
31public new BitmapEffect Clone() 33return (BitmapEffect)base.Clone(); 40public new BitmapEffect CloneCurrentValue() 42return (BitmapEffect)base.CloneCurrentValue();
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (53)
21public sealed partial class BitmapEffectCollection : Animatable, IList, IList<BitmapEffect> 66public void Add(BitmapEffect value) 94public bool Contains(BitmapEffect value) 104public int IndexOf(BitmapEffect value) 114public void Insert(int index, BitmapEffect value) 136public bool Remove(BitmapEffect value) 152BitmapEffect oldValue = _collection[index]; 196BitmapEffect oldValue = _collection[ index ]; 214public BitmapEffect this[int index] 233BitmapEffect oldValue = _collection[ index ]; 265public void CopyTo(BitmapEffect[] array, int index) 280bool ICollection<BitmapEffect>.IsReadOnly 304IEnumerator<BitmapEffect> IEnumerable<BitmapEffect>.GetEnumerator() 317return ((ICollection<BitmapEffect>)this).IsReadOnly; 352return Contains(value as BitmapEffect); 357return IndexOf(value as BitmapEffect); 368Remove(value as BitmapEffect); 460internal BitmapEffect Internal_GetItem(int i) 487private BitmapEffect Cast(object value) 491if (!(value is BitmapEffect)) 496return (BitmapEffect) value; 502private int AddHelper(BitmapEffect value) 513internal int AddWithoutFiringPublicEvents(BitmapEffect value) 522BitmapEffect newValue = value; 575_collection = new FrugalStructList<BitmapEffect>(count); 579BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].Clone(); 595_collection = new FrugalStructList<BitmapEffect>(count); 599BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].CloneCurrentValue(); 615_collection = new FrugalStructList<BitmapEffect>(count); 619BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].GetAsFrozen(); 635_collection = new FrugalStructList<BitmapEffect>(count); 639BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].GetCurrentValueAsFrozen(); 717internal FrugalStructList<BitmapEffect> _collection; 727public struct Enumerator : IEnumerator, IEnumerator<BitmapEffect> 738_current = default(BitmapEffect); 817public BitmapEffect Current 840private BitmapEffect _current; 862_collection = new FrugalStructList<BitmapEffect>(); 871_collection = new FrugalStructList<BitmapEffect>(capacity); 877public BitmapEffectCollection(IEnumerable<BitmapEffect> collection) 888ICollection<BitmapEffect> icollectionOfT = collection as ICollection<BitmapEffect>; 892_collection = new FrugalStructList<BitmapEffect>(icollectionOfT); 900_collection = new FrugalStructList<BitmapEffect>(icollection); 904_collection = new FrugalStructList<BitmapEffect>(); 906foreach (BitmapEffect item in collection) 912BitmapEffect newValue = item; 923foreach (BitmapEffect item in collection)
System\Windows\Media\Generated\DrawingContext.cs (1)
415BitmapEffect effect,
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
567BitmapEffect effect,
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
484BitmapEffect effect,
System\Windows\Media\Generated\DrawingGroup.cs (3)
460public BitmapEffect BitmapEffect 464return (BitmapEffect) GetValue(BitmapEffectProperty); 895typeof(BitmapEffect),
System\Windows\Media\Generated\RenderData.cs (2)
1407(BitmapEffect)DependentLookup(data->hEffect), 1759(BitmapEffect)DependentLookup(data->hEffect),
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1240BitmapEffect effect,
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
284BitmapEffect effect,
System\Windows\Media\Visual.cs (7)
2975protected internal BitmapEffect VisualBitmapEffect 3026BitmapEffect oldBitmapEffect = bed?.BitmapEffect; 3032BitmapEffect newBitmapEffect = value; 3164BitmapEffect currentBitmapEffect = bed?.BitmapEffect; 3237internal BitmapEffect VisualBitmapEffectInternal 3257BitmapEffect bitmapEffect = bitmapEffectState?.BitmapEffect; 3263BitmapEffect newBitmapEffect = value;
System\Windows\Media\VisualTreeHelper.cs (1)
381public static BitmapEffect GetBitmapEffect(Visual reference)
System\Windows\Media3D\Viewport3DVisual.cs (1)
91public BitmapEffect BitmapEffect
System\Windows\UIElement.cs (3)
2731typeof(BitmapEffect), 2745public BitmapEffect BitmapEffect 2747get { return (BitmapEffect) GetValue(BitmapEffectProperty); }
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
120case 26: t = () => typeof(BitmapEffect); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1962typeof(System.Windows.Media.Effects.BitmapEffect),
System\Windows\Markup\KnownTypes.cs (1)
5574case KnownElements.BitmapEffect: t = typeof(System.Windows.Media.Effects.BitmapEffect); break;
ReachFramework (1)
AlphaFlattener\Primitive.cs (1)
465BitmapEffect effect = dg.BitmapEffect;