1 instantiation of SpellerStatusTable
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
460
_statusTable = new
SpellerStatusTable
(_textEditor.TextContainer.Start, _highlightLayer);
9 references to SpellerStatusTable
PresentationFramework (9)
System\Windows\Documents\Speller.cs (8)
116
_statusTable.IsRunType(position.CreateStaticPointer(), direction,
SpellerStatusTable
.RunType.Dirty))
147
SpellerStatusTable
.RunType runType;
151
if (runType ==
SpellerStatusTable
.RunType.Error)
154
if (runType ==
SpellerStatusTable
.RunType.Dirty)
159
Invariant.Assert(runType !=
SpellerStatusTable
.RunType.Dirty);
161
if (runType ==
SpellerStatusTable
.RunType.Error)
396
internal
SpellerStatusTable
StatusTable
2003
private
SpellerStatusTable
_statusTable;
System\Windows\Documents\SpellerHighlightLayer.cs (1)
71
return _speller.StatusTable.IsRunType(textPosition, direction,
SpellerStatusTable
.RunType.Error);