1 instantiation of SpellerStatusTable
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
456
_statusTable = new
SpellerStatusTable
(_textEditor.TextContainer.Start, _highlightLayer);
9 references to SpellerStatusTable
PresentationFramework (9)
System\Windows\Documents\Speller.cs (8)
112
_statusTable.IsRunType(position.CreateStaticPointer(), direction,
SpellerStatusTable
.RunType.Dirty))
143
SpellerStatusTable
.RunType runType;
147
if (runType ==
SpellerStatusTable
.RunType.Error)
150
if (runType ==
SpellerStatusTable
.RunType.Dirty)
155
Invariant.Assert(runType !=
SpellerStatusTable
.RunType.Dirty);
157
if (runType ==
SpellerStatusTable
.RunType.Error)
392
internal
SpellerStatusTable
StatusTable
1996
private
SpellerStatusTable
_statusTable;
System\Windows\Documents\SpellerHighlightLayer.cs (1)
70
return _speller.StatusTable.IsRunType(textPosition, direction,
SpellerStatusTable
.RunType.Error);