3 writes to Hyphenator
PresentationFramework (3)
MS\Internal\PtsHost\TextParagraph.cs (1)
1500_lineProperties.Hyphenator = StructuralCache.Hyphenator;
MS\Internal\Text\LineProperties.cs (1)
381Hyphenator = lp.Hyphenator;
System\Windows\Controls\TextBlock.cs (1)
3040lineProperties.Hyphenator = EnsureHyphenator();
2 references to Hyphenator
PresentationCore (1)
MS\Internal\TextFormatting\TextProperties.cs (1)
144get { return _paragraphProperties.Hyphenator; }
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
381Hyphenator = lp.Hyphenator;