1 write to _dropShadowBottom
PresentationFramework (1)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (1)
349_dropShadowBottom = new Rectangle();
8 references to _dropShadowBottom
PresentationFramework (8)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (8)
198return _dropShadowBottom; 243this.AddVisualChild(_dropShadowBottom); 258_dropShadowBottom.Opacity = _dropShadowOpacity; 265_dropShadowBottom.Opacity = 0.0; 270_dropShadowBottom.Measure(availableSize); 306_dropShadowBottom.Arrange( 350_dropShadowBottom.Fill = Brushes.Black; 351_dropShadowBottom.Opacity = _dropShadowOpacity;