5 references to _ploPenaltyModule
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\TextPenaltyModule.cs (5)
61
_ploPenaltyModule
.Value = ploPenaltyModule;
91
if (
_ploPenaltyModule
.Value != IntPtr.Zero)
93
UnsafeNativeMethods.LoDisposePenaltyModule(
_ploPenaltyModule
.Value);
94
_ploPenaltyModule
.Value = IntPtr.Zero;
118
LsErr lserr = UnsafeNativeMethods.LoGetPenaltyModuleInternalHandle(
_ploPenaltyModule
.Value, out penaltyModuleInternalHandle);