4 instantiations of BitmapEffectCollection
PresentationCore (2)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (2)
454
BitmapEffectCollection collection = new
BitmapEffectCollection
();
568
return new
BitmapEffectCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1975
DefaultConstructor = delegate () { return new System.Windows.Media.Effects.
BitmapEffectCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1130
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)
38
public new
BitmapEffectCollection
Clone()
40
return (
BitmapEffectCollection
)base.Clone();
47
public new
BitmapEffectCollection
CloneCurrentValue()
49
return (
BitmapEffectCollection
)base.CloneCurrentValue();
448
internal static
BitmapEffectCollection
Empty
454
BitmapEffectCollection
collection = new BitmapEffectCollection();
545
private static
BitmapEffectCollection
s_empty;
575
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
597
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
619
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
641
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
745
internal Enumerator(
BitmapEffectCollection
list)
856
private
BitmapEffectCollection
_list;
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (6)
67
public
BitmapEffectCollection
Children
71
return (
BitmapEffectCollection
) GetValue(ChildrenProperty);
174
internal static
BitmapEffectCollection
s_Children =
BitmapEffectCollection
.Empty;
202
typeof(
BitmapEffectCollection
),
204
new FreezableDefaultValueFactory(
BitmapEffectCollection
.Empty),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
120
case 27: t = () => typeof(
BitmapEffectCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1972
typeof(System.Windows.Media.Effects.
BitmapEffectCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5574
case KnownElements.BitmapEffectCollection: t = typeof(System.Windows.Media.Effects.
BitmapEffectCollection
); break;