1 write to TextPenaltyModule
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\PtsCache.cs (1)
528
_contextPool[index].
TextPenaltyModule
= penaltyModule;
5 references to TextPenaltyModule
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\PtsCache.cs (5)
389
if (_contextPool[index].
TextPenaltyModule
!= null)
391
_contextPool[index].
TextPenaltyModule
.Dispose();
474
if (_contextPool[index].
TextPenaltyModule
!= null)
476
_contextPool[index].
TextPenaltyModule
.Dispose();
536
GC.SuppressFinalize(_contextPool[index].
TextPenaltyModule
);