1 write to _commonBorderPen
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\BulletChrome.cs (1)
810
_commonBorderPen
= commonPen;
5 references to _commonBorderPen
PresentationFramework.Aero2 (5)
Microsoft\Windows\Themes\BulletChrome.cs (5)
781
if (
_commonBorderPen
== null) // Common case, if non-null, avoid the lock
785
if (
_commonBorderPen
== null) // Check again in case _pen was created within the last line
816
if (
_commonBorderPen
!= null && border ==
_commonBorderPen
.Brush)
819
pen =
_commonBorderPen
;