10 types derived from BitmapEffect
PresentationCore (10)
System\Windows\Media\Effects\BevelBitmapEffect.cs (1)
14public sealed partial class BevelBitmapEffect : BitmapEffect
System\Windows\Media\Effects\BitmapEffectGroup.cs (1)
16public sealed partial class BitmapEffectGroup : BitmapEffect
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
14public sealed partial class BlurBitmapEffect : BitmapEffect
System\Windows\Media\Effects\Generated\BevelBitmapEffect.cs (1)
20public sealed partial class BevelBitmapEffect : BitmapEffect
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
20public sealed partial class BitmapEffectGroup : BitmapEffect
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (1)
20public sealed partial class BlurBitmapEffect : BitmapEffect
System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (1)
20public sealed partial class DropShadowBitmapEffect : BitmapEffect
System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (1)
20public sealed partial class EmbossBitmapEffect : BitmapEffect
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
20public sealed partial class OuterGlowBitmapEffect : BitmapEffect
System\Windows\Media\Effects\OuterGlowBitmapEffect.cs (1)
14public sealed partial class OuterGlowBitmapEffect : BitmapEffect
90 references to BitmapEffect
PresentationCore (86)
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
485BitmapEffect effect,
System\Windows\Media\ContainerVisual.cs (1)
91public BitmapEffect BitmapEffect
System\Windows\Media\DrawingDrawingContext.cs (1)
1006BitmapEffect effect,
System\Windows\Media\Effects\BitmapEffectInputData.cs (2)
8public BitmapEffect BitmapEffect; 11public BitmapEffectInputData(BitmapEffect bitmapEffect,
System\Windows\Media\Effects\BitmapEffectState.cs (2)
21private BitmapEffect _bitmapEffect; 26public BitmapEffect BitmapEffect
System\Windows\Media\Effects\Generated\BitmapEffect.cs (4)
34public new BitmapEffect Clone() 36return (BitmapEffect)base.Clone(); 43public new BitmapEffect CloneCurrentValue() 45return (BitmapEffect)base.CloneCurrentValue();
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (53)
24public sealed partial class BitmapEffectCollection : Animatable, IList, IList<BitmapEffect> 69public void Add(BitmapEffect value) 97public bool Contains(BitmapEffect value) 107public int IndexOf(BitmapEffect value) 117public void Insert(int index, BitmapEffect value) 139public bool Remove(BitmapEffect value) 155BitmapEffect oldValue = _collection[index]; 199BitmapEffect oldValue = _collection[ index ]; 217public BitmapEffect this[int index] 237BitmapEffect oldValue = _collection[ index ]; 271public void CopyTo(BitmapEffect[] array, int index) 286bool ICollection<BitmapEffect>.IsReadOnly 310IEnumerator<BitmapEffect> IEnumerable<BitmapEffect>.GetEnumerator() 323return ((ICollection<BitmapEffect>)this).IsReadOnly; 358return Contains(value as BitmapEffect); 363return IndexOf(value as BitmapEffect); 374Remove(value as BitmapEffect); 466internal BitmapEffect Internal_GetItem(int i) 493private BitmapEffect Cast(object value) 497if (!(value is BitmapEffect)) 502return (BitmapEffect) value; 508private int AddHelper(BitmapEffect value) 519internal int AddWithoutFiringPublicEvents(BitmapEffect value) 528BitmapEffect newValue = value; 581_collection = new FrugalStructList<BitmapEffect>(count); 585BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].Clone(); 603_collection = new FrugalStructList<BitmapEffect>(count); 607BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].CloneCurrentValue(); 625_collection = new FrugalStructList<BitmapEffect>(count); 629BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].GetAsFrozen(); 647_collection = new FrugalStructList<BitmapEffect>(count); 651BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].GetCurrentValueAsFrozen(); 731internal FrugalStructList<BitmapEffect> _collection; 741public struct Enumerator : IEnumerator, IEnumerator<BitmapEffect> 752_current = default(BitmapEffect); 832public BitmapEffect Current 855private BitmapEffect _current; 877_collection = new FrugalStructList<BitmapEffect>(); 886_collection = new FrugalStructList<BitmapEffect>(capacity); 892public BitmapEffectCollection(IEnumerable<BitmapEffect> collection) 903ICollection<BitmapEffect> icollectionOfT = collection as ICollection<BitmapEffect>; 907_collection = new FrugalStructList<BitmapEffect>(icollectionOfT); 915_collection = new FrugalStructList<BitmapEffect>(icollection); 919_collection = new FrugalStructList<BitmapEffect>(); 921foreach (BitmapEffect item in collection) 927BitmapEffect newValue = item; 939foreach (BitmapEffect item in collection)
System\Windows\Media\Generated\DrawingContext.cs (1)
417BitmapEffect effect,
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
570BitmapEffect effect,
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
487BitmapEffect effect,
System\Windows\Media\Generated\DrawingGroup.cs (3)
496public BitmapEffect BitmapEffect 500return (BitmapEffect) GetValue(BitmapEffectProperty); 935typeof(BitmapEffect),
System\Windows\Media\Generated\RenderData.cs (2)
1408(BitmapEffect)DependentLookup(data->hEffect), 1760(BitmapEffect)DependentLookup(data->hEffect),
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1299BitmapEffect effect,
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
283BitmapEffect effect,
System\Windows\Media\Visual.cs (7)
2972protected internal BitmapEffect VisualBitmapEffect 3023BitmapEffect oldBitmapEffect = bed?.BitmapEffect; 3029BitmapEffect newBitmapEffect = value; 3161BitmapEffect currentBitmapEffect = bed?.BitmapEffect; 3234internal BitmapEffect VisualBitmapEffectInternal 3254BitmapEffect bitmapEffect = bitmapEffectState?.BitmapEffect; 3260BitmapEffect newBitmapEffect = value;
System\Windows\Media\VisualTreeHelper.cs (1)
380public static BitmapEffect GetBitmapEffect(Visual reference)
System\Windows\Media3D\Viewport3DVisual.cs (1)
90public BitmapEffect BitmapEffect
System\Windows\UIElement.cs (3)
2730typeof(BitmapEffect), 2744public BitmapEffect BitmapEffect 2746get { return (BitmapEffect) GetValue(BitmapEffectProperty); }
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
119case 26: t = () => typeof(BitmapEffect); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1961typeof(System.Windows.Media.Effects.BitmapEffect),
System\Windows\Markup\KnownTypes.cs (1)
5573case KnownElements.BitmapEffect: t = typeof(System.Windows.Media.Effects.BitmapEffect); break;
ReachFramework (1)
AlphaFlattener\Primitive.cs (1)
464BitmapEffect effect = dg.BitmapEffect;