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)
80
if (
_highlightLayer
!= null)
82
_textEditor.TextContainer.Highlights.RemoveLayer(
_highlightLayer
);
448
Invariant.Assert(
_highlightLayer
== null);
460
_statusTable = new SpellerStatusTable(_textEditor.TextContainer.Start,
_highlightLayer
);
462
_textEditor.TextContainer.Highlights.AddLayer(
_highlightLayer
);