1 write to Direction
PresentationCore (1)
Core\CSharp\System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
118_imageEffectEmulation.Direction = direction;
3 references to Direction
PresentationCore (3)
Core\CSharp\System\Windows\Media\Effects\DropShadowBitmapEffect.cs (1)
116if (_imageEffectEmulation.Direction != direction)
Core\CSharp\System\Windows\Media\Effects\DropShadowEffect.cs (1)
49double direction = Math.PI/180 * Direction;
Core\CSharp\System\Windows\Media\Effects\Generated\DropShadowEffect.cs (1)
295data.Direction = Direction;