1 instantiation of SpellerStatusTable
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
459
_statusTable = new
SpellerStatusTable
(_textEditor.TextContainer.Start, _highlightLayer);
9 references to SpellerStatusTable
PresentationFramework (9)
System\Windows\Documents\Speller.cs (8)
115
_statusTable.IsRunType(position.CreateStaticPointer(), direction,
SpellerStatusTable
.RunType.Dirty))
146
SpellerStatusTable
.RunType runType;
150
if (runType ==
SpellerStatusTable
.RunType.Error)
153
if (runType ==
SpellerStatusTable
.RunType.Dirty)
158
Invariant.Assert(runType !=
SpellerStatusTable
.RunType.Dirty);
160
if (runType ==
SpellerStatusTable
.RunType.Error)
395
internal
SpellerStatusTable
StatusTable
1999
private
SpellerStatusTable
_statusTable;
System\Windows\Documents\SpellerHighlightLayer.cs (1)
70
return _speller.StatusTable.IsRunType(textPosition, direction,
SpellerStatusTable
.RunType.Error);