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)) 146SpellerStatusTable.RunType runType; 150if (runType == SpellerStatusTable.RunType.Error) 153if (runType == SpellerStatusTable.RunType.Dirty) 158Invariant.Assert(runType != SpellerStatusTable.RunType.Dirty); 160if (runType == SpellerStatusTable.RunType.Error) 395internal SpellerStatusTable StatusTable 1999private SpellerStatusTable _statusTable;
System\Windows\Documents\SpellerHighlightLayer.cs (1)
70return _speller.StatusTable.IsRunType(textPosition, direction, SpellerStatusTable.RunType.Error);