5 instantiations of DropShadowEffect
PresentationCore (2)
Core\CSharp\System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
87_imageEffectEmulation = new DropShadowEffect();
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
240return new DropShadowEffect();
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FlowchartExpressionAdorner.cs (1)
45Effect = new DropShadowEffect
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1525Effect = new DropShadowEffect() { ShadowDepth = 1 },
System.Activities.Presentation\System\Activities\Presentation\View\SearchToolTipAdorner.cs (1)
38Effect = new DropShadowEffect
18 references to DropShadowEffect
PresentationCore (18)
Core\CSharp\System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
165DropShadowEffect _imageEffectEmulation;
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (17)
63public new DropShadowEffect Clone() 65return (DropShadowEffect)base.Clone(); 72public new DropShadowEffect CloneCurrentValue() 74return (DropShadowEffect)base.CloneCurrentValue(); 90DropShadowEffect target = ((DropShadowEffect) d); 97DropShadowEffect target = ((DropShadowEffect) d); 104DropShadowEffect target = ((DropShadowEffect) d); 111DropShadowEffect target = ((DropShadowEffect) d); 118DropShadowEffect target = ((DropShadowEffect) d); 125DropShadowEffect target = ((DropShadowEffect) d); 456Type typeofThis = typeof(DropShadowEffect);