2 writes to _highlightLayer
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
86_highlightLayer = null; 475_highlightLayer = new SpellerHighlightLayer(this);
5 references to _highlightLayer
PresentationFramework (5)
System\Windows\Documents\Speller.cs (5)
83if (_highlightLayer != null) 85_textEditor.TextContainer.Highlights.RemoveLayer(_highlightLayer); 465Invariant.Assert(_highlightLayer == null); 477_statusTable = new SpellerStatusTable(_textEditor.TextContainer.Start, _highlightLayer); 479_textEditor.TextContainer.Highlights.AddLayer(_highlightLayer);