2 writes to _bgColor
Microsoft.Cci.Extensions (2)
Writers\Syntax\StyleHelper.cs (2)
27
_bgColor
= bgColor;
28
return new DisposeAction(() =>
_bgColor
= null);
3 references to _bgColor
Microsoft.Cci.Extensions (3)
Writers\Syntax\StyleHelper.cs (3)
24
if (
_bgColor
!= null)
31
public bool HasStyle { get { return _color != null ||
_bgColor
!= null; } }
35
public string BgColor { get { return
_bgColor
; } }