1 write to _commonBorderPen
PresentationFramework.Royale (1)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
529
_commonBorderPen
= commonPen;
5 references to _commonBorderPen
PresentationFramework.Royale (5)
Microsoft\Windows\Themes\ButtonChrome.cs (5)
501
if (
_commonBorderPen
== null) // Common case, if non-null, avoid the lock
505
if (
_commonBorderPen
== null) // Check again in case _commonBorderPen was created within the last line
536
if (
_commonBorderPen
!= null && brush ==
_commonBorderPen
.Brush)
538
pen =
_commonBorderPen
;