1 instantiation of SpellerStatusTable
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
464_statusTable = new SpellerStatusTable(_textEditor.TextContainer.Start, _highlightLayer);
9 references to SpellerStatusTable
PresentationFramework (9)
System\Windows\Documents\Speller.cs (8)
120_statusTable.IsRunType(position.CreateStaticPointer(), direction, SpellerStatusTable.RunType.Dirty)) 151SpellerStatusTable.RunType runType; 155if (runType == SpellerStatusTable.RunType.Error) 158if (runType == SpellerStatusTable.RunType.Dirty) 163Invariant.Assert(runType != SpellerStatusTable.RunType.Dirty); 165if (runType == SpellerStatusTable.RunType.Error) 400internal SpellerStatusTable StatusTable 2007private SpellerStatusTable _statusTable;
System\Windows\Documents\SpellerHighlightLayer.cs (1)
74return _speller.StatusTable.IsRunType(textPosition, direction, SpellerStatusTable.RunType.Error);