1 instantiation of TextPenaltyModule
PresentationCore (1)
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
166return new TextPenaltyModule(_ploc);
3 references to TextPenaltyModule
PresentationCore (1)
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
163internal TextPenaltyModule GetTextPenaltyModule()
PresentationFramework (2)
MS\Internal\PtsHost\PtsCache.cs (2)
447TextPenaltyModule penaltyModule = textFormatterContext.GetTextPenaltyModule(); 795internal TextPenaltyModule TextPenaltyModule;