7 references to Clone
PresentationCore (7)
System\Windows\Media\Effects\Generated\BevelBitmapEffect.cs (1)
36return (BevelBitmapEffect)base.Clone();
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (1)
585BitmapEffect newValue = (BitmapEffect)sourceBitmapEffectCollection._collection[i].Clone();
System\Windows\Media\Effects\Generated\BitmapEffectGroup.cs (1)
36return (BitmapEffectGroup)base.Clone();
System\Windows\Media\Effects\Generated\BlurBitmapEffect.cs (1)
36return (BlurBitmapEffect)base.Clone();
System\Windows\Media\Effects\Generated\DropShadowBitmapEffect.cs (1)
36return (DropShadowBitmapEffect)base.Clone();
System\Windows\Media\Effects\Generated\EmbossBitmapEffect.cs (1)
36return (EmbossBitmapEffect)base.Clone();
System\Windows\Media\Effects\Generated\OuterGlowBitmapEffect.cs (1)
36return (OuterGlowBitmapEffect)base.Clone();