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