4 instantiations of BitmapEffectCollection
PresentationCore (2)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (2)
448
BitmapEffectCollection collection = new
BitmapEffectCollection
();
562
return new
BitmapEffectCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1976
DefaultConstructor = delegate () { return new System.Windows.Media.Effects.
BitmapEffectCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1131
case KnownElements.BitmapEffectCollection: o = new System.Windows.Media.Effects.
BitmapEffectCollection
(); break;
26 references to BitmapEffectCollection
PresentationCore (23)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (17)
35
public new
BitmapEffectCollection
Clone()
37
return (
BitmapEffectCollection
)base.Clone();
44
public new
BitmapEffectCollection
CloneCurrentValue()
46
return (
BitmapEffectCollection
)base.CloneCurrentValue();
442
internal static
BitmapEffectCollection
Empty
448
BitmapEffectCollection
collection = new BitmapEffectCollection();
539
private static
BitmapEffectCollection
s_empty;
569
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
589
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
609
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
629
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
731
internal Enumerator(
BitmapEffectCollection
list)
841
private
BitmapEffectCollection
_list;
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (6)
64
public
BitmapEffectCollection
Children
68
return (
BitmapEffectCollection
) GetValue(ChildrenProperty);
171
internal static
BitmapEffectCollection
s_Children =
BitmapEffectCollection
.Empty;
199
typeof(
BitmapEffectCollection
),
201
new FreezableDefaultValueFactory(
BitmapEffectCollection
.Empty),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
121
case 27: t = () => typeof(
BitmapEffectCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1973
typeof(System.Windows.Media.Effects.
BitmapEffectCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5575
case KnownElements.BitmapEffectCollection: t = typeof(System.Windows.Media.Effects.
BitmapEffectCollection
); break;