2 writes to _ploPenaltyModule
PresentationCore (2)
MS\Internal\TextFormatting\TextPenaltyModule.cs (2)
33
_ploPenaltyModule
= ploPenaltyModule;
61
_ploPenaltyModule
= IntPtr.Zero;
3 references to _ploPenaltyModule
PresentationCore (3)
MS\Internal\TextFormatting\TextPenaltyModule.cs (3)
58
if (
_ploPenaltyModule
!= IntPtr.Zero)
60
UnsafeNativeMethods.LoDisposePenaltyModule(
_ploPenaltyModule
);
81
LsErr lserr = UnsafeNativeMethods.LoGetPenaltyModuleInternalHandle(
_ploPenaltyModule
, out penaltyModuleInternalHandle);