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)
84
if (
_highlightLayer
!= null)
86
_textEditor.TextContainer.Highlights.RemoveLayer(
_highlightLayer
);
452
Invariant.Assert(
_highlightLayer
== null);
464
_statusTable = new SpellerStatusTable(_textEditor.TextContainer.Start,
_highlightLayer
);
466
_textEditor.TextContainer.Highlights.AddLayer(
_highlightLayer
);