28 references to UnsafeNativeMethods
PresentationCore (28)
MS\Internal\Shaping\TypefaceMap.cs (4)
120
UnsafeNativeMethods
.CreateTextAnalysisSink,
121
UnsafeNativeMethods
.GetScriptAnalysisList,
122
UnsafeNativeMethods
.GetNumberSubstitutionList,
123
UnsafeNativeMethods
.CreateTextAnalysisSource
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
197
UnsafeNativeMethods
.LoDisposeLine(_ploline, !disposing);
238
LsErr lserr =
UnsafeNativeMethods
.LoRelievePenaltyResource(_ploline);
MS\Internal\TextFormatting\FullTextLine.cs (5)
145
UnsafeNativeMethods
.LoDisposeLine(_ploline, finalizing);
602
lserr =
UnsafeNativeMethods
.LoDisplayLine(
2131
lserr =
UnsafeNativeMethods
.LoEnumLine(
2450
lserr =
UnsafeNativeMethods
.LoQueryLinePointPcp(
2507
lserr =
UnsafeNativeMethods
.LoQueryLineCpPpoint(
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
2294
return
UnsafeNativeMethods
.LocbkGetObjectHandlerInfo(
MS\Internal\TextFormatting\TextMetrics.cs (1)
291
LsErr lserr =
UnsafeNativeMethods
.LoAcquireBreakRecord(ploline, out pbreakrec);
MS\Internal\TextFormatting\TextPenaltyModule.cs (3)
26
LsErr lserr =
UnsafeNativeMethods
.LoAcquirePenaltyModule(ploc, out ploPenaltyModule);
59
UnsafeNativeMethods
.LoDisposePenaltyModule(_ploPenaltyModule);
80
LsErr lserr =
UnsafeNativeMethods
.LoGetPenaltyModuleInternalHandle(_ploPenaltyModule, out penaltyModuleInternalHandle);
MS\Internal\TextFormatting\TextStore.cs (1)
77
UnsafeNativeMethods
.LoGetEscString(ref esc);
System\Windows\Media\textformatting\TextFormatterContext.cs (8)
113
lserr =
UnsafeNativeMethods
.LoCreateContext(
243
UnsafeNativeMethods
.LoDestroyContext(_ploc);
257
LsErr lserr =
UnsafeNativeMethods
.LoSetBreaking(_ploc, (int) breaking);
288
return
UnsafeNativeMethods
.LoCreateLine(
314
return
UnsafeNativeMethods
.LoCreateBreaks(
336
return
UnsafeNativeMethods
.LoCreateParaBreakingSession(
354
LsErr lserr =
UnsafeNativeMethods
.LoSetDoc(
374
LsErr lserr =
UnsafeNativeMethods
.LoSetTabs(
System\Windows\Media\textformatting\TextLineBreak.cs (2)
73
LsErr lserr =
UnsafeNativeMethods
.LoCloneBreakRecord(_breakRecord, out pbreakrec);
94
UnsafeNativeMethods
.LoDisposeBreakRecord(_breakRecord, finalizing);
System\Windows\Media\textformatting\TextParagraphCache.cs (1)
150
UnsafeNativeMethods
.LoDisposeParaBreakingSession(_ploparabreak, !disposing);