3 writes to ShadowDepth
PresentationCore (3)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (3)
86_imageEffectEmulation.ShadowDepth = 50.0; 90_imageEffectEmulation.ShadowDepth = 0.0; 94_imageEffectEmulation.ShadowDepth = shadowDepth;
3 references to ShadowDepth
PresentationCore (3)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
82if (_imageEffectEmulation.ShadowDepth != shadowDepth)
System\Windows\Media\Effects\DropShadowEffect.cs (1)
44double depth = ShadowDepth;
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
273data.ShadowDepth = ShadowDepth;