8 references to ExpandToWordBreakAndContext
PresentationFramework (8)
System\Windows\Documents\Speller.cs (4)
194ExpandToWordBreakAndContext(error.Start, LogicalDirection.Backward, language, out ITextPointer contentStart, out ITextPointer contextStart); 195ExpandToWordBreakAndContext(error.End, LogicalDirection.Forward, language, out ITextPointer contentEnd, out ITextPointer contextEnd); 797ExpandToWordBreakAndContext(start, LogicalDirection.Backward, language, out contentStart, out contextStart); 798ExpandToWordBreakAndContext(end, LogicalDirection.Forward, language, out contentEnd, out contextEnd);
System\Windows\Documents\TextMapOffsetErrorLogger.cs (4)
53/// In the calculations within <see cref="ExpandToWordBreakAndContext"/>, the smallest value 180/// 'contentOffset' value calculated within <see cref="ExpandToWordBreakAndContext"/> 185/// 'contextOffset' value calculated within <see cref="ExpandToWordBreakAndContext"/>. 191/// Within <see cref="ExpandToWordBreakAndContext"/>, <see cref="TextMap.MapOffsetToPosition"/>