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)) 156SpellerStatusTable.RunType runType; 160if (runType == SpellerStatusTable.RunType.Error) 163if (runType == SpellerStatusTable.RunType.Dirty) 168Invariant.Assert(runType != SpellerStatusTable.RunType.Dirty); 170if (runType == SpellerStatusTable.RunType.Error) 453internal SpellerStatusTable StatusTable 2156private SpellerStatusTable _statusTable;
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
74return _speller.StatusTable.IsRunType(textPosition, direction, SpellerStatusTable.RunType.Error);