10 types derived from BitmapEffect
PresentationCore (10)
System\Windows\Media\Effects\BevelBitmapEffect.cs (1)
29
public sealed partial class BevelBitmapEffect :
BitmapEffect
System\Windows\Media\Effects\BitmapEffectGroup.cs (1)
34
public sealed partial class BitmapEffectGroup :
BitmapEffect
System\Windows\Media\Effects\BlurBitmapEffect.cs (1)
29
public sealed partial class BlurBitmapEffect :
BitmapEffect
System\Windows\Media\Effects\Generated\BevelBitmapEffect.cs (1)
43
sealed partial class BevelBitmapEffect :
BitmapEffect
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
43
sealed partial class BitmapEffectGroup :
BitmapEffect
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (1)
43
sealed partial class BlurBitmapEffect :
BitmapEffect
System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (1)
43
sealed partial class DropShadowBitmapEffect :
BitmapEffect
System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (1)
43
sealed partial class EmbossBitmapEffect :
BitmapEffect
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
43
sealed partial class OuterGlowBitmapEffect :
BitmapEffect
System\Windows\Media\Effects\OuterGlowBitmapEffect.cs (1)
29
public sealed partial class OuterGlowBitmapEffect :
BitmapEffect
90 references to BitmapEffect
PresentationCore (86)
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
500
BitmapEffect
effect,
System\Windows\Media\ContainerVisual.cs (1)
101
public
BitmapEffect
BitmapEffect
System\Windows\Media\DrawingDrawingContext.cs (1)
1019
BitmapEffect
effect,
System\Windows\Media\Effects\BitmapEffectInputData.cs (2)
13
public
BitmapEffect
BitmapEffect;
16
public BitmapEffectInputData(
BitmapEffect
bitmapEffect,
System\Windows\Media\Effects\BitmapEffectState.cs (2)
42
private
BitmapEffect
_bitmapEffect;
47
public
BitmapEffect
BitmapEffect
System\Windows\Media\Effects\Generated\BitmapEffect.cs (4)
57
public new
BitmapEffect
Clone()
59
return (
BitmapEffect
)base.Clone();
66
public new
BitmapEffect
CloneCurrentValue()
68
return (
BitmapEffect
)base.CloneCurrentValue();
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (53)
48
public sealed partial class BitmapEffectCollection : Animatable, IList, IList<
BitmapEffect
>
93
public void Add(
BitmapEffect
value)
121
public bool Contains(
BitmapEffect
value)
131
public int IndexOf(
BitmapEffect
value)
141
public void Insert(int index,
BitmapEffect
value)
163
public bool Remove(
BitmapEffect
value)
179
BitmapEffect
oldValue = _collection[index];
223
BitmapEffect
oldValue = _collection[ index ];
241
public
BitmapEffect
this[int index]
260
BitmapEffect
oldValue = _collection[ index ];
292
public void CopyTo(
BitmapEffect
[] array, int index)
307
bool ICollection<
BitmapEffect
>.IsReadOnly
331
IEnumerator<
BitmapEffect
> IEnumerable<
BitmapEffect
>.GetEnumerator()
344
return ((ICollection<
BitmapEffect
>)this).IsReadOnly;
379
return Contains(value as
BitmapEffect
);
384
return IndexOf(value as
BitmapEffect
);
395
Remove(value as
BitmapEffect
);
487
internal
BitmapEffect
Internal_GetItem(int i)
514
private
BitmapEffect
Cast(object value)
518
if (!(value is
BitmapEffect
))
523
return (
BitmapEffect
) value;
529
private int AddHelper(
BitmapEffect
value)
540
internal int AddWithoutFiringPublicEvents(
BitmapEffect
value)
549
BitmapEffect
newValue = value;
602
_collection = new FrugalStructList<
BitmapEffect
>(count);
606
BitmapEffect
newValue = (
BitmapEffect
) sourceBitmapEffectCollection._collection[i].Clone();
622
_collection = new FrugalStructList<
BitmapEffect
>(count);
626
BitmapEffect
newValue = (
BitmapEffect
) sourceBitmapEffectCollection._collection[i].CloneCurrentValue();
642
_collection = new FrugalStructList<
BitmapEffect
>(count);
646
BitmapEffect
newValue = (
BitmapEffect
) sourceBitmapEffectCollection._collection[i].GetAsFrozen();
662
_collection = new FrugalStructList<
BitmapEffect
>(count);
666
BitmapEffect
newValue = (
BitmapEffect
) sourceBitmapEffectCollection._collection[i].GetCurrentValueAsFrozen();
744
internal FrugalStructList<
BitmapEffect
> _collection;
754
public struct Enumerator : IEnumerator, IEnumerator<
BitmapEffect
>
765
_current = default(
BitmapEffect
);
844
public
BitmapEffect
Current
867
private
BitmapEffect
_current;
889
_collection = new FrugalStructList<
BitmapEffect
>();
898
_collection = new FrugalStructList<
BitmapEffect
>(capacity);
904
public BitmapEffectCollection(IEnumerable<
BitmapEffect
> collection)
915
ICollection<
BitmapEffect
> icollectionOfT = collection as ICollection<
BitmapEffect
>;
919
_collection = new FrugalStructList<
BitmapEffect
>(icollectionOfT);
927
_collection = new FrugalStructList<
BitmapEffect
>(icollection);
931
_collection = new FrugalStructList<
BitmapEffect
>();
933
foreach (
BitmapEffect
item in collection)
939
BitmapEffect
newValue = item;
950
foreach (
BitmapEffect
item in collection)
System\Windows\Media\Generated\DrawingContext.cs (1)
429
BitmapEffect
effect,
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
582
BitmapEffect
effect,
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
502
BitmapEffect
effect,
System\Windows\Media\Generated\DrawingGroup.cs (3)
486
public
BitmapEffect
BitmapEffect
490
return (
BitmapEffect
) GetValue(BitmapEffectProperty);
927
typeof(
BitmapEffect
),
System\Windows\Media\Generated\RenderData.cs (2)
1420
(
BitmapEffect
)DependentLookup(data->hEffect),
1772
(
BitmapEffect
)DependentLookup(data->hEffect),
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
1257
BitmapEffect
effect,
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
296
BitmapEffect
effect,
System\Windows\Media\Visual.cs (7)
2991
protected internal
BitmapEffect
VisualBitmapEffect
3042
BitmapEffect
oldBitmapEffect = (bed == null) ? null : bed.BitmapEffect;
3048
BitmapEffect
newBitmapEffect = value;
3180
BitmapEffect
currentBitmapEffect = (bed == null) ? null : bed.BitmapEffect;
3253
internal
BitmapEffect
VisualBitmapEffectInternal
3273
BitmapEffect
bitmapEffect = (bitmapEffectState == null) ? null : bitmapEffectState.BitmapEffect;
3279
BitmapEffect
newBitmapEffect = value;
System\Windows\Media\VisualTreeHelper.cs (1)
390
public static
BitmapEffect
GetBitmapEffect(Visual reference)
System\Windows\Media3D\Viewport3DVisual.cs (1)
102
public
BitmapEffect
BitmapEffect
System\Windows\UIElement.cs (3)
2744
typeof(
BitmapEffect
),
2758
public
BitmapEffect
BitmapEffect
2760
get { return (
BitmapEffect
) GetValue(BitmapEffectProperty); }
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
122
case 26: t = () => typeof(
BitmapEffect
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1928
typeof(System.Windows.Media.Effects.
BitmapEffect
),
System\Windows\Markup\KnownTypes.cs (1)
5580
case KnownElements.BitmapEffect: t = typeof(System.Windows.Media.Effects.
BitmapEffect
); break;
ReachFramework (1)
AlphaFlattener\Primitive.cs (1)
467
BitmapEffect
effect = dg.BitmapEffect;