1 instantiation of SpellingError
PresentationFramework (1)
src\Framework\System\Windows\Documents\Speller.cs (1)
134
error = new
SpellingError
(this, start, end);
20 references to SpellingError
PresentationFramework (20)
src\Framework\System\Windows\Controls\RichTextBox.cs (2)
234
public
SpellingError
GetSpellingError(TextPointer position)
257
SpellingError
spellingError = this.TextEditor.GetSpellingErrorAtPosition(position, position.LogicalDirection);
src\Framework\System\Windows\Controls\TextBox.cs (4)
504
public
SpellingError
GetSpellingError(int charIndex)
512
SpellingError
spellingError = this.TextEditor.GetSpellingErrorAtPosition(position, LogicalDirection.Forward);
536
SpellingError
spellingError = GetSpellingError(charIndex);
553
SpellingError
spellingError = GetSpellingError(charIndex);
src\Framework\System\Windows\Documents\Speller.cs (4)
116
internal
SpellingError
GetError(ITextPointer position, LogicalDirection direction, bool forceEvaluation)
120
SpellingError
error;
177
SpellingError
spellingError = GetError(position, direction, false /* forceEvaluation */);
190
internal IList GetSuggestionsForError(
SpellingError
error)
src\Framework\System\windows\Documents\TextEditor.cs (2)
428
internal
SpellingError
GetSpellingErrorAtPosition(ITextPointer position, LogicalDirection direction)
434
internal
SpellingError
GetSpellingErrorAtSelection()
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (2)
185
SpellingError
spellingError = (contextMenu is EditorContextMenu) ? This.GetSpellingErrorAtSelection() : null;
506
SpellingError
spellingError;
src\Framework\System\windows\Documents\TextEditorSpelling.cs (6)
39
internal static
SpellingError
GetSpellingErrorAtPosition(TextEditor This, ITextPointer position, LogicalDirection direction)
45
internal static
SpellingError
GetSpellingErrorAtSelection(TextEditor This)
133
SpellingError
spellingError = GetSpellingErrorAtSelection(This);
183
private static bool IsErrorAtNonMergeableInlineEdge(
SpellingError
spellingError, out ITextPointer textStart, out ITextPointer textEnd)
231
SpellingError
spellingError = GetSpellingErrorAtSelection(This);
248
SpellingError
spellingError = GetSpellingErrorAtSelection(This);