1 instantiation of SpellingError
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
129
error = new
SpellingError
(this, start, end);
20 references to SpellingError
PresentationFramework (20)
System\Windows\Controls\RichTextBox.cs (2)
226
public
SpellingError
GetSpellingError(TextPointer position)
249
SpellingError
spellingError = this.TextEditor.GetSpellingErrorAtPosition(position, position.LogicalDirection);
System\Windows\Controls\TextBox.cs (4)
479
public
SpellingError
GetSpellingError(int charIndex)
485
SpellingError
spellingError = this.TextEditor.GetSpellingErrorAtPosition(position, LogicalDirection.Forward);
509
SpellingError
spellingError = GetSpellingError(charIndex);
526
SpellingError
spellingError = GetSpellingError(charIndex);
System\Windows\Documents\Speller.cs (4)
111
internal
SpellingError
GetError(ITextPointer position, LogicalDirection direction, bool forceEvaluation)
115
SpellingError
error;
172
SpellingError
spellingError = GetError(position, direction, false /* forceEvaluation */);
180
internal List<string> GetSuggestionsForError(
SpellingError
error)
System\windows\Documents\TextEditor.cs (2)
413
internal
SpellingError
GetSpellingErrorAtPosition(ITextPointer position, LogicalDirection direction)
419
internal
SpellingError
GetSpellingErrorAtSelection()
System\windows\Documents\TextEditorContextMenu.cs (2)
176
SpellingError
spellingError = (contextMenu is EditorContextMenu) ? This.GetSpellingErrorAtSelection() : null;
480
SpellingError
spellingError;
System\windows\Documents\TextEditorSpelling.cs (6)
37
internal static
SpellingError
GetSpellingErrorAtPosition(TextEditor This, ITextPointer position, LogicalDirection direction)
43
internal static
SpellingError
GetSpellingErrorAtSelection(TextEditor This)
131
SpellingError
spellingError = GetSpellingErrorAtSelection(This);
181
private static bool IsErrorAtNonMergeableInlineEdge(
SpellingError
spellingError, out ITextPointer textStart, out ITextPointer textEnd)
229
SpellingError
spellingError = GetSpellingErrorAtSelection(This);
246
SpellingError
spellingError = GetSpellingErrorAtSelection(This);