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