28 references to UnsafeNativeMethods
PresentationCore (28)
MS\Internal\Shaping\TypefaceMap.cs (4)
121
UnsafeNativeMethods
.CreateTextAnalysisSink,
122
UnsafeNativeMethods
.GetScriptAnalysisList,
123
UnsafeNativeMethods
.GetNumberSubstitutionList,
124
UnsafeNativeMethods
.CreateTextAnalysisSource
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
196
UnsafeNativeMethods
.LoDisposeLine(_ploline, !disposing);
237
LsErr lserr =
UnsafeNativeMethods
.LoRelievePenaltyResource(_ploline);
MS\Internal\TextFormatting\FullTextLine.cs (5)
146
UnsafeNativeMethods
.LoDisposeLine(_ploline, finalizing);
601
lserr =
UnsafeNativeMethods
.LoDisplayLine(
2130
lserr =
UnsafeNativeMethods
.LoEnumLine(
2449
lserr =
UnsafeNativeMethods
.LoQueryLinePointPcp(
2506
lserr =
UnsafeNativeMethods
.LoQueryLineCpPpoint(
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
2304
return
UnsafeNativeMethods
.LocbkGetObjectHandlerInfo(
MS\Internal\TextFormatting\TextMetrics.cs (1)
292
LsErr lserr =
UnsafeNativeMethods
.LoAcquireBreakRecord(ploline, out pbreakrec);
MS\Internal\TextFormatting\TextPenaltyModule.cs (3)
27
LsErr lserr =
UnsafeNativeMethods
.LoAcquirePenaltyModule(ploc, out ploPenaltyModule);
60
UnsafeNativeMethods
.LoDisposePenaltyModule(_ploPenaltyModule);
81
LsErr lserr =
UnsafeNativeMethods
.LoGetPenaltyModuleInternalHandle(_ploPenaltyModule, out penaltyModuleInternalHandle);
MS\Internal\TextFormatting\TextStore.cs (1)
78
UnsafeNativeMethods
.LoGetEscString(ref esc);
System\Windows\Media\textformatting\TextFormatterContext.cs (8)
114
lserr =
UnsafeNativeMethods
.LoCreateContext(
244
UnsafeNativeMethods
.LoDestroyContext(_ploc);
258
LsErr lserr =
UnsafeNativeMethods
.LoSetBreaking(_ploc, (int) breaking);
289
return
UnsafeNativeMethods
.LoCreateLine(
315
return
UnsafeNativeMethods
.LoCreateBreaks(
337
return
UnsafeNativeMethods
.LoCreateParaBreakingSession(
355
LsErr lserr =
UnsafeNativeMethods
.LoSetDoc(
375
LsErr lserr =
UnsafeNativeMethods
.LoSetTabs(
System\Windows\Media\textformatting\TextLineBreak.cs (2)
74
LsErr lserr =
UnsafeNativeMethods
.LoCloneBreakRecord(_breakRecord, out pbreakrec);
95
UnsafeNativeMethods
.LoDisposeBreakRecord(_breakRecord, finalizing);
System\Windows\Media\textformatting\TextParagraphCache.cs (1)
151
UnsafeNativeMethods
.LoDisposeParaBreakingSession(_ploparabreak, !disposing);