1 write to _dropShadowRight
PresentationFramework (1)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (1)
345_dropShadowRight = new Rectangle();
8 references to _dropShadowRight
PresentationFramework (8)
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (8)
196return _dropShadowRight; 242this.AddVisualChild(_dropShadowRight); 257_dropShadowRight.Opacity = _dropShadowOpacity; 264_dropShadowRight.Opacity = 0.0; 269_dropShadowRight.Measure(availableSize); 299_dropShadowRight.Arrange( 346_dropShadowRight.Fill = Brushes.Black; 347_dropShadowRight.Opacity = _dropShadowOpacity;