8 references to ExpandToWordBreakAndContext
PresentationFramework (8)
System\Windows\Documents\Speller.cs (4)
189ExpandToWordBreakAndContext(error.Start, LogicalDirection.Backward, language, out ITextPointer contentStart, out ITextPointer contextStart); 190ExpandToWordBreakAndContext(error.End, LogicalDirection.Forward, language, out ITextPointer contentEnd, out ITextPointer contextEnd); 789ExpandToWordBreakAndContext(start, LogicalDirection.Backward, language, out contentStart, out contextStart); 790ExpandToWordBreakAndContext(end, LogicalDirection.Forward, language, out contentEnd, out contextEnd);
System\Windows\Documents\TextMapOffsetErrorLogger.cs (4)
51/// In the calculations within <see cref="ExpandToWordBreakAndContext"/>, the smallest value 178/// 'contentOffset' value calculated within <see cref="ExpandToWordBreakAndContext"/> 183/// 'contextOffset' value calculated within <see cref="ExpandToWordBreakAndContext"/>. 189/// Within <see cref="ExpandToWordBreakAndContext"/>, <see cref="TextMap.MapOffsetToPosition"/>