1 write to _commonBorderPen
PresentationFramework.Luna (1)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
678
_commonBorderPen
= commonPen;
5 references to _commonBorderPen
PresentationFramework.Luna (5)
Microsoft\Windows\Themes\ButtonChrome.cs (5)
650
if (
_commonBorderPen
== null) // Common case, if non-null, avoid the lock
654
if (
_commonBorderPen
== null) // Check again in case _commonBorderPen was created within the last line
685
if (
_commonBorderPen
!= null && brush ==
_commonBorderPen
.Brush)
687
pen =
_commonBorderPen
;