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