4 instantiations of BitmapEffectCollection
PresentationCore (2)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (2)
455
BitmapEffectCollection collection = new
BitmapEffectCollection
();
569
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)
39
public new
BitmapEffectCollection
Clone()
41
return (
BitmapEffectCollection
)base.Clone();
48
public new
BitmapEffectCollection
CloneCurrentValue()
50
return (
BitmapEffectCollection
)base.CloneCurrentValue();
449
internal static
BitmapEffectCollection
Empty
455
BitmapEffectCollection
collection = new BitmapEffectCollection();
546
private static
BitmapEffectCollection
s_empty;
576
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
598
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
620
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
642
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
746
internal Enumerator(
BitmapEffectCollection
list)
857
private
BitmapEffectCollection
_list;
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (6)
70
public
BitmapEffectCollection
Children
74
return (
BitmapEffectCollection
) GetValue(ChildrenProperty);
177
internal static
BitmapEffectCollection
s_Children =
BitmapEffectCollection
.Empty;
205
typeof(
BitmapEffectCollection
),
207
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;