10 types derived from BitmapEffect
PresentationCore (10)
Core\CSharp\System\Windows\Media\Effects\BevelBitmapEffect.cs (1)
30public sealed partial class BevelBitmapEffect : BitmapEffect
Core\CSharp\System\Windows\Media\Effects\BitmapEffectGroup.cs (1)
36public sealed partial class BitmapEffectGroup : BitmapEffect
Core\CSharp\System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
30public sealed partial class BlurBitmapEffect : BitmapEffect
Core\CSharp\System\Windows\Media\Effects\Generated\BevelBitmapEffect.cs (1)
49sealed partial class BevelBitmapEffect : BitmapEffect
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
49sealed partial class BitmapEffectGroup : BitmapEffect
Core\CSharp\System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (1)
49sealed partial class BlurBitmapEffect : BitmapEffect
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (1)
49sealed partial class DropShadowBitmapEffect : BitmapEffect
Core\CSharp\System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (1)
49sealed partial class EmbossBitmapEffect : BitmapEffect
Core\CSharp\System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
49sealed partial class OuterGlowBitmapEffect : BitmapEffect
Core\CSharp\System\Windows\Media\Effects\OuterGlowBitmapEffect.cs (1)
30public sealed partial class OuterGlowBitmapEffect : BitmapEffect
89 references to BitmapEffect
PresentationCore (86)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (1)
502BitmapEffect effect,
Core\CSharp\System\Windows\Media\ContainerVisual.cs (1)
104public BitmapEffect BitmapEffect
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
1048BitmapEffect effect,
Core\CSharp\System\Windows\Media\Effects\BitmapEffectInputData.cs (2)
9public BitmapEffect BitmapEffect; 12public BitmapEffectInputData(BitmapEffect bitmapEffect,
Core\CSharp\System\Windows\Media\Effects\BitmapEffectState.cs (2)
45private BitmapEffect _bitmapEffect; 50public BitmapEffect BitmapEffect
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffect.cs (4)
63public new BitmapEffect Clone() 65return (BitmapEffect)base.Clone(); 72public new BitmapEffect CloneCurrentValue() 74return (BitmapEffect)base.CloneCurrentValue();
Core\CSharp\System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (53)
51public sealed partial class BitmapEffectCollection : Animatable, IList, IList<BitmapEffect> 96public void Add(BitmapEffect value) 124public bool Contains(BitmapEffect value) 134public int IndexOf(BitmapEffect value) 144public void Insert(int index, BitmapEffect value) 166public bool Remove(BitmapEffect value) 182BitmapEffect oldValue = _collection[index]; 226BitmapEffect oldValue = _collection[ index ]; 244public BitmapEffect this[int index] 264BitmapEffect oldValue = _collection[ index ]; 298public void CopyTo(BitmapEffect[] array, int index) 318bool ICollection<BitmapEffect>.IsReadOnly 342IEnumerator<BitmapEffect> IEnumerable<BitmapEffect>.GetEnumerator() 355return ((ICollection<BitmapEffect>)this).IsReadOnly; 390return Contains(value as BitmapEffect); 395return IndexOf(value as BitmapEffect); 406Remove(value as BitmapEffect); 503internal BitmapEffect Internal_GetItem(int i) 530private BitmapEffect Cast(object value) 537if (!(value is BitmapEffect)) 542return (BitmapEffect) value; 548private int AddHelper(BitmapEffect value) 559internal int AddWithoutFiringPublicEvents(BitmapEffect value) 568BitmapEffect newValue = value; 621_collection = new FrugalStructList<BitmapEffect>(count); 625BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].Clone(); 643_collection = new FrugalStructList<BitmapEffect>(count); 647BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].CloneCurrentValue(); 665_collection = new FrugalStructList<BitmapEffect>(count); 669BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].GetAsFrozen(); 687_collection = new FrugalStructList<BitmapEffect>(count); 691BitmapEffect newValue = (BitmapEffect) sourceBitmapEffectCollection._collection[i].GetCurrentValueAsFrozen(); 771internal FrugalStructList<BitmapEffect> _collection; 781public struct Enumerator : IEnumerator, IEnumerator<BitmapEffect> 792_current = default(BitmapEffect); 872public BitmapEffect Current 895private BitmapEffect _current; 917_collection = new FrugalStructList<BitmapEffect>(); 926_collection = new FrugalStructList<BitmapEffect>(capacity); 932public BitmapEffectCollection(IEnumerable<BitmapEffect> collection) 943ICollection<BitmapEffect> icollectionOfT = collection as ICollection<BitmapEffect>; 947_collection = new FrugalStructList<BitmapEffect>(icollectionOfT); 955_collection = new FrugalStructList<BitmapEffect>(icollection); 959_collection = new FrugalStructList<BitmapEffect>(); 961foreach (BitmapEffect item in collection) 967BitmapEffect newValue = item; 979foreach (BitmapEffect item in collection)
Core\CSharp\System\Windows\Media\Generated\DrawingContext.cs (1)
432BitmapEffect effect,
Core\CSharp\System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
585BitmapEffect effect,
Core\CSharp\System\Windows\Media\Generated\DrawingContextWalker.cs (1)
505BitmapEffect effect,
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (3)
520public BitmapEffect BitmapEffect 524return (BitmapEffect) GetValue(BitmapEffectProperty); 972typeof(BitmapEffect),
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (2)
1435(BitmapEffect)DependentLookup(data->hEffect), 1793(BitmapEffect)DependentLookup(data->hEffect),
Core\CSharp\System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1434BitmapEffect effect,
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
298BitmapEffect effect,
Core\CSharp\System\Windows\Media\Visual.cs (7)
3020protected internal BitmapEffect VisualBitmapEffect 3071BitmapEffect oldBitmapEffect = (bed == null) ? null : bed.BitmapEffect; 3077BitmapEffect newBitmapEffect = value; 3209BitmapEffect currentBitmapEffect = (bed == null) ? null : bed.BitmapEffect; 3283internal BitmapEffect VisualBitmapEffectInternal 3303BitmapEffect bitmapEffect = (bitmapEffectState == null) ? null : bitmapEffectState.BitmapEffect; 3309BitmapEffect newBitmapEffect = value;
Core\CSharp\System\Windows\Media\VisualTreeHelper.cs (1)
405public static BitmapEffect GetBitmapEffect(Visual reference)
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (1)
106public BitmapEffect BitmapEffect
Core\CSharp\System\Windows\UIElement.cs (3)
2773typeof(BitmapEffect), 2787public BitmapEffect BitmapEffect 2789get { return (BitmapEffect) GetValue(BitmapEffectProperty); }
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
118case 26: t = () => typeof(BitmapEffect); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1924typeof(System.Windows.Media.Effects.BitmapEffect),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5570case KnownElements.BitmapEffect: t = typeof(System.Windows.Media.Effects.BitmapEffect); break;