1 instantiation of SpellerStatusTable
PresentationFramework (1)
src\Framework\System\Windows\Documents\Speller.cs (1)
526
_statusTable = new
SpellerStatusTable
(_textEditor.TextContainer.Start, _highlightLayer);
9 references to SpellerStatusTable
PresentationFramework (9)
src\Framework\System\Windows\Documents\Speller.cs (8)
125
_statusTable.IsRunType(position.CreateStaticPointer(), direction,
SpellerStatusTable
.RunType.Dirty))
156
SpellerStatusTable
.RunType runType;
160
if (runType ==
SpellerStatusTable
.RunType.Error)
163
if (runType ==
SpellerStatusTable
.RunType.Dirty)
168
Invariant.Assert(runType !=
SpellerStatusTable
.RunType.Dirty);
170
if (runType ==
SpellerStatusTable
.RunType.Error)
453
internal
SpellerStatusTable
StatusTable
2156
private
SpellerStatusTable
_statusTable;
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
74
return _speller.StatusTable.IsRunType(textPosition, direction,
SpellerStatusTable
.RunType.Error);