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