1 write to _styles
Microsoft.Cci.Extensions (1)
Writers\Syntax\OpenXmlSyntaxWriter.cs (1)
25_styles = new StyleHelper();
10 references to _styles
Microsoft.Cci.Extensions (10)
Writers\Syntax\OpenXmlSyntaxWriter.cs (10)
39disposeAction = _styles.SetColor("green"); 43disposeAction = _styles.SetColor("red"); 49disposeAction = _styles.SetColor("gray"); 52disposeAction = _styles.SetBgColor("yellow"); 112if (!_styles.HasStyle) 117if (_styles.Color != null) 118WriteCore("<w:color w:val='{0}' />", _styles.Color); 120if (_styles.BgColor != null) 121WriteCore("<w:highlight w:val='{0}' />", _styles.BgColor); 133using (_styles.SetColor(color))