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)) 147SpellerStatusTable.RunType runType; 151if (runType == SpellerStatusTable.RunType.Error) 154if (runType == SpellerStatusTable.RunType.Dirty) 159Invariant.Assert(runType != SpellerStatusTable.RunType.Dirty); 161if (runType == SpellerStatusTable.RunType.Error) 396internal SpellerStatusTable StatusTable 2003private SpellerStatusTable _statusTable;
System\Windows\Documents\SpellerHighlightLayer.cs (1)
71return _speller.StatusTable.IsRunType(textPosition, direction, SpellerStatusTable.RunType.Error);