3 writes to _brushes
PresentationFramework.Royale (3)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (3)
84
((SystemDropShadowChrome)o).
_brushes
= null;
455
_brushes
= null; // clear local brushes - use common
461
_brushes
= CreateBrushes(c, cornerRadius);
2 references to _brushes
PresentationFramework.Royale (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
458
else if (
_brushes
== null)
463
return
_brushes
;