1 instantiation of SpellingError
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
124
error = new
SpellingError
(this, start, end);
20 references to SpellingError
PresentationFramework (20)
System\Windows\Controls\RichTextBox.cs (2)
221
public
SpellingError
GetSpellingError(TextPointer position)
244
SpellingError
spellingError = this.TextEditor.GetSpellingErrorAtPosition(position, position.LogicalDirection);
System\Windows\Controls\TextBox.cs (4)
473
public
SpellingError
GetSpellingError(int charIndex)
479
SpellingError
spellingError = this.TextEditor.GetSpellingErrorAtPosition(position, LogicalDirection.Forward);
503
SpellingError
spellingError = GetSpellingError(charIndex);
520
SpellingError
spellingError = GetSpellingError(charIndex);
System\Windows\Documents\Speller.cs (4)
106
internal
SpellingError
GetError(ITextPointer position, LogicalDirection direction, bool forceEvaluation)
110
SpellingError
error;
167
SpellingError
spellingError = GetError(position, direction, false /* forceEvaluation */);
175
internal List<string> GetSuggestionsForError(
SpellingError
error)
System\windows\Documents\TextEditor.cs (2)
398
internal
SpellingError
GetSpellingErrorAtPosition(ITextPointer position, LogicalDirection direction)
404
internal
SpellingError
GetSpellingErrorAtSelection()
System\windows\Documents\TextEditorContextMenu.cs (2)
173
SpellingError
spellingError = (contextMenu is EditorContextMenu) ? This.GetSpellingErrorAtSelection() : null;
477
SpellingError
spellingError;
System\windows\Documents\TextEditorSpelling.cs (6)
35
internal static
SpellingError
GetSpellingErrorAtPosition(TextEditor This, ITextPointer position, LogicalDirection direction)
41
internal static
SpellingError
GetSpellingErrorAtSelection(TextEditor This)
129
SpellingError
spellingError = GetSpellingErrorAtSelection(This);
179
private static bool IsErrorAtNonMergeableInlineEdge(
SpellingError
spellingError, out ITextPointer textStart, out ITextPointer textEnd)
227
SpellingError
spellingError = GetSpellingErrorAtSelection(This);
244
SpellingError
spellingError = GetSpellingErrorAtSelection(This);