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