1 write to TextPenaltyModule
PresentationFramework (1)
MS\Internal\PtsHost\PtsCache.cs (1)
450
_contextPool[index].
TextPenaltyModule
= penaltyModule;
3 references to TextPenaltyModule
PresentationFramework (3)
MS\Internal\PtsHost\PtsCache.cs (3)
335
_contextPool[index].
TextPenaltyModule
?.Dispose();
407
_contextPool[index].
TextPenaltyModule
?.Dispose();
458
GC.SuppressFinalize(_contextPool[index].
TextPenaltyModule
);