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