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)
196
return
_dropShadowRight
;
242
this.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;