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