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)
1525Effect = new DropShadowEffect() { ShadowDepth = 1 },
3 references to ShadowDepth
PresentationCore (3)
Core\CSharp\System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
99if (_imageEffectEmulation.ShadowDepth != shadowDepth)
Core\CSharp\System\Windows\Media\Effects\DropShadowEffect.cs (1)
48double depth = ShadowDepth;
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
285data.ShadowDepth = ShadowDepth;