4 instantiations of BitmapEffectCollection
PresentationCore (2)
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (2)
475
BitmapEffectCollection collection = new
BitmapEffectCollection
();
589
return new
BitmapEffectCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1941
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Effects.
BitmapEffectCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1137
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)
62
public new
BitmapEffectCollection
Clone()
64
return (
BitmapEffectCollection
)base.Clone();
71
public new
BitmapEffectCollection
CloneCurrentValue()
73
return (
BitmapEffectCollection
)base.CloneCurrentValue();
469
internal static
BitmapEffectCollection
Empty
475
BitmapEffectCollection
collection = new BitmapEffectCollection();
566
private static
BitmapEffectCollection
s_empty;
596
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
616
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
636
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
656
BitmapEffectCollection
sourceBitmapEffectCollection = (
BitmapEffectCollection
) source;
758
internal Enumerator(
BitmapEffectCollection
list)
868
private
BitmapEffectCollection
_list;
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (6)
90
public
BitmapEffectCollection
Children
94
return (
BitmapEffectCollection
) GetValue(ChildrenProperty);
197
internal static
BitmapEffectCollection
s_Children =
BitmapEffectCollection
.Empty;
225
typeof(
BitmapEffectCollection
),
227
new FreezableDefaultValueFactory(
BitmapEffectCollection
.Empty),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
123
case 27: t = () => typeof(
BitmapEffectCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1939
typeof(System.Windows.Media.Effects.
BitmapEffectCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5581
case KnownElements.BitmapEffectCollection: t = typeof(System.Windows.Media.Effects.
BitmapEffectCollection
); break;