8 references to ExpandToWordBreakAndContext
PresentationFramework (8)
System\Windows\Documents\Speller.cs (4)
205ExpandToWordBreakAndContext(error.Start, LogicalDirection.Backward, language, out contentStart, out contextStart); 206ExpandToWordBreakAndContext(error.End, LogicalDirection.Forward, language, out contentEnd, out contextEnd); 810ExpandToWordBreakAndContext(start, LogicalDirection.Backward, language, out contentStart, out contextStart); 811ExpandToWordBreakAndContext(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"/>