1 write to TextPenaltyModule
PresentationFramework (1)
MS\Internal\PtsHost\PtsCache.cs (1)
451
_contextPool[index].
TextPenaltyModule
= penaltyModule;
3 references to TextPenaltyModule
PresentationFramework (3)
MS\Internal\PtsHost\PtsCache.cs (3)
336
_contextPool[index].
TextPenaltyModule
?.Dispose();
408
_contextPool[index].
TextPenaltyModule
?.Dispose();
459
GC.SuppressFinalize(_contextPool[index].
TextPenaltyModule
);