3 writes to _brushes
PresentationFramework.Classic (3)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (3)
93
((SystemDropShadowChrome)o).
_brushes
= null;
456
_brushes
= null; // clear local brushes - use common
462
_brushes
= CreateBrushes(c, cornerRadius);
2 references to _brushes
PresentationFramework.Classic (2)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
459
else if (
_brushes
== null)
464
return
_brushes
;