1 instantiation of SpellerStatusTable
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
477_statusTable = new SpellerStatusTable(_textEditor.TextContainer.Start, _highlightLayer);
9 references to SpellerStatusTable
PresentationFramework (9)
System\Windows\Documents\Speller.cs (8)
119_statusTable.IsRunType(position.CreateStaticPointer(), direction, SpellerStatusTable.RunType.Dirty)) 150SpellerStatusTable.RunType runType; 154if (runType == SpellerStatusTable.RunType.Error) 157if (runType == SpellerStatusTable.RunType.Dirty) 162Invariant.Assert(runType != SpellerStatusTable.RunType.Dirty); 164if (runType == SpellerStatusTable.RunType.Error) 413internal SpellerStatusTable StatusTable 2032private SpellerStatusTable _statusTable;
System\Windows\Documents\SpellerHighlightLayer.cs (1)
74return _speller.StatusTable.IsRunType(textPosition, direction, SpellerStatusTable.RunType.Error);