1 instantiation of SpellingError
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
125
error = new
SpellingError
(this, start, end);
20 references to SpellingError
PresentationFramework (20)
System\Windows\Controls\RichTextBox.cs (2)
222
public
SpellingError
GetSpellingError(TextPointer position)
245
SpellingError
spellingError = this.TextEditor.GetSpellingErrorAtPosition(position, position.LogicalDirection);
System\Windows\Controls\TextBox.cs (4)
472
public
SpellingError
GetSpellingError(int charIndex)
478
SpellingError
spellingError = this.TextEditor.GetSpellingErrorAtPosition(position, LogicalDirection.Forward);
502
SpellingError
spellingError = GetSpellingError(charIndex);
519
SpellingError
spellingError = GetSpellingError(charIndex);
System\Windows\Documents\Speller.cs (4)
107
internal
SpellingError
GetError(ITextPointer position, LogicalDirection direction, bool forceEvaluation)
111
SpellingError
error;
168
SpellingError
spellingError = GetError(position, direction, false /* forceEvaluation */);
176
internal List<string> GetSuggestionsForError(
SpellingError
error)
System\windows\Documents\TextEditor.cs (2)
407
internal
SpellingError
GetSpellingErrorAtPosition(ITextPointer position, LogicalDirection direction)
413
internal
SpellingError
GetSpellingErrorAtSelection()
System\windows\Documents\TextEditorContextMenu.cs (2)
174
SpellingError
spellingError = (contextMenu is EditorContextMenu) ? This.GetSpellingErrorAtSelection() : null;
478
SpellingError
spellingError;
System\windows\Documents\TextEditorSpelling.cs (6)
36
internal static
SpellingError
GetSpellingErrorAtPosition(TextEditor This, ITextPointer position, LogicalDirection direction)
42
internal static
SpellingError
GetSpellingErrorAtSelection(TextEditor This)
130
SpellingError
spellingError = GetSpellingErrorAtSelection(This);
180
private static bool IsErrorAtNonMergeableInlineEdge(
SpellingError
spellingError, out ITextPointer textStart, out ITextPointer textEnd)
228
SpellingError
spellingError = GetSpellingErrorAtSelection(This);
245
SpellingError
spellingError = GetSpellingErrorAtSelection(This);