1 instantiation of SpellerStatusTable
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
464
_statusTable = new
SpellerStatusTable
(_textEditor.TextContainer.Start, _highlightLayer);
9 references to SpellerStatusTable
PresentationFramework (9)
System\Windows\Documents\Speller.cs (8)
120
_statusTable.IsRunType(position.CreateStaticPointer(), direction,
SpellerStatusTable
.RunType.Dirty))
151
SpellerStatusTable
.RunType runType;
155
if (runType ==
SpellerStatusTable
.RunType.Error)
158
if (runType ==
SpellerStatusTable
.RunType.Dirty)
163
Invariant.Assert(runType !=
SpellerStatusTable
.RunType.Dirty);
165
if (runType ==
SpellerStatusTable
.RunType.Error)
400
internal
SpellerStatusTable
StatusTable
2007
private
SpellerStatusTable
_statusTable;
System\Windows\Documents\SpellerHighlightLayer.cs (1)
74
return _speller.StatusTable.IsRunType(textPosition, direction,
SpellerStatusTable
.RunType.Error);