4 writes to ShadowDepth
PresentationCore (3)
Core\CSharp\System\Windows\Media\Effects\DropShadowBitmapEffect.cs (3)
103
_imageEffectEmulation.
ShadowDepth
= 50.0;
107
_imageEffectEmulation.
ShadowDepth
= 0.0;
111
_imageEffectEmulation.
ShadowDepth
= shadowDepth;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
1525
Effect = new DropShadowEffect() {
ShadowDepth
= 1 },
3 references to ShadowDepth
PresentationCore (3)
Core\CSharp\System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
99
if (_imageEffectEmulation.
ShadowDepth
!= shadowDepth)
Core\CSharp\System\Windows\Media\Effects\DropShadowEffect.cs (1)
48
double depth =
ShadowDepth
;
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
285
data.ShadowDepth =
ShadowDepth
;