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