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