1 write to TextPenaltyModule
PresentationFramework (1)
MS\Internal\PtsHost\PtsCache.cs (1)
458_contextPool[index].TextPenaltyModule = penaltyModule;
5 references to TextPenaltyModule
PresentationFramework (5)
MS\Internal\PtsHost\PtsCache.cs (5)
337if (_contextPool[index].TextPenaltyModule != null) 339_contextPool[index].TextPenaltyModule.Dispose(); 412if (_contextPool[index].TextPenaltyModule != null) 414_contextPool[index].TextPenaltyModule.Dispose(); 466GC.SuppressFinalize(_contextPool[index].TextPenaltyModule);