3 writes to _brushes
PresentationFramework.Royale (3)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (3)
83
((SystemDropShadowChrome)o).
_brushes
= null;
454
_brushes
= null; // clear local brushes - use common
460
_brushes
= CreateBrushes(c, cornerRadius);
2 references to _brushes
PresentationFramework.Royale (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
457
else if (
_brushes
== null)
462
return
_brushes
;