2 writes to _highlightLayer
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
83_highlightLayer = null; 458_highlightLayer = new SpellerHighlightLayer(this);
5 references to _highlightLayer
PresentationFramework (5)
System\Windows\Documents\Speller.cs (5)
80if (_highlightLayer != null) 82_textEditor.TextContainer.Highlights.RemoveLayer(_highlightLayer); 448Invariant.Assert(_highlightLayer == null); 460_statusTable = new SpellerStatusTable(_textEditor.TextContainer.Start, _highlightLayer); 462_textEditor.TextContainer.Highlights.AddLayer(_highlightLayer);