5 references to _dropShadowWidth
PresentationFramework (5)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (5)
301
new Point(arrangeSize.Width,
_dropShadowWidth
),
302
new Size(
_dropShadowWidth
, Math.Max( 0.0, arrangeSize.Height -
_dropShadowWidth
))
308
new Point(
_dropShadowWidth
, arrangeSize.Height),
309
new Size(arrangeSize.Width,
_dropShadowWidth
)