3 writes to ShadowDepth
PresentationCore (3)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (3)
80
_imageEffectEmulation.
ShadowDepth
= 50.0;
84
_imageEffectEmulation.
ShadowDepth
= 0.0;
88
_imageEffectEmulation.
ShadowDepth
= shadowDepth;
3 references to ShadowDepth
PresentationCore (3)
System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
76
if (_imageEffectEmulation.
ShadowDepth
!= shadowDepth)
System\Windows\Media\Effects\DropShadowEffect.cs (1)
38
double depth =
ShadowDepth
;
System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
250
data.ShadowDepth =
ShadowDepth
;