1 write to _commonBorderPen
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
414_commonBorderPen = commonPen;
5 references to _commonBorderPen
PresentationFramework.Royale (5)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (5)
385if (_commonBorderPen == null) // Common case, if non-null, avoid the lock 389if (_commonBorderPen == null) // Check again in case _pen was created within the last line 420if (_commonBorderPen != null && border == _commonBorderPen.Brush) 423pen = _commonBorderPen;