1 instantiation of SpellerStatusTable
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
456_statusTable = new SpellerStatusTable(_textEditor.TextContainer.Start, _highlightLayer);
9 references to SpellerStatusTable
PresentationFramework (9)
System\Windows\Documents\Speller.cs (8)
112_statusTable.IsRunType(position.CreateStaticPointer(), direction, SpellerStatusTable.RunType.Dirty)) 143SpellerStatusTable.RunType runType; 147if (runType == SpellerStatusTable.RunType.Error) 150if (runType == SpellerStatusTable.RunType.Dirty) 155Invariant.Assert(runType != SpellerStatusTable.RunType.Dirty); 157if (runType == SpellerStatusTable.RunType.Error) 392internal SpellerStatusTable StatusTable 1996private SpellerStatusTable _statusTable;
System\Windows\Documents\SpellerHighlightLayer.cs (1)
70return _speller.StatusTable.IsRunType(textPosition, direction, SpellerStatusTable.RunType.Error);