1 override of GetPreviousBreak
PresentationFramework (1)
System\Windows\Documents\NaturalLanguageHyphenator.cs (1)
189
public override int
GetPreviousBreak
(int currentIndex)
1 reference to GetPreviousBreak
PresentationCore (1)
MS\Internal\TextFormatting\FullTextState.cs (1)
461
int ichPrev = chunk.Breaks.
GetPreviousBreak
(ichCurrent);