2 writes to _highlightLayer
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (2)
92
_highlightLayer
= null;
524
_highlightLayer
= new SpellerHighlightLayer(this);
5 references to _highlightLayer
PresentationFramework (5)
src\Framework\System\Windows\Documents\Speller.cs (5)
89
if (
_highlightLayer
!= null)
91
_textEditor.TextContainer.Highlights.RemoveLayer(
_highlightLayer
);
514
Invariant.Assert(
_highlightLayer
== null);
526
_statusTable = new SpellerStatusTable(_textEditor.TextContainer.Start,
_highlightLayer
);
528
_textEditor.TextContainer.Highlights.AddLayer(
_highlightLayer
);