2 writes to _highlightLayer
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
87_highlightLayer = null; 462_highlightLayer = new SpellerHighlightLayer(this);
5 references to _highlightLayer
PresentationFramework (5)
System\Windows\Documents\Speller.cs (5)
84if (_highlightLayer != null) 86_textEditor.TextContainer.Highlights.RemoveLayer(_highlightLayer); 452Invariant.Assert(_highlightLayer == null); 464_statusTable = new SpellerStatusTable(_textEditor.TextContainer.Start, _highlightLayer); 466_textEditor.TextContainer.Highlights.AddLayer(_highlightLayer);