28 references to UnsafeNativeMethods
PresentationCore (28)
MS\Internal\Shaping\TypefaceMap.cs (4)
129UnsafeNativeMethods.CreateTextAnalysisSink, 130UnsafeNativeMethods.GetScriptAnalysisList, 131UnsafeNativeMethods.GetNumberSubstitutionList, 132UnsafeNativeMethods.CreateTextAnalysisSource
MS\Internal\TextFormatting\FullTextBreakpoint.cs (2)
218UnsafeNativeMethods.LoDisposeLine(_ploline.Value, !disposing); 259LsErr lserr = UnsafeNativeMethods.LoRelievePenaltyResource(_ploline.Value);
MS\Internal\TextFormatting\FullTextLine.cs (5)
161UnsafeNativeMethods.LoDisposeLine(_ploline.Value, finalizing); 616lserr = UnsafeNativeMethods.LoDisplayLine( 2145lserr = UnsafeNativeMethods.LoEnumLine( 2464lserr = UnsafeNativeMethods.LoQueryLinePointPcp( 2521lserr = UnsafeNativeMethods.LoQueryLineCpPpoint(
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
2323return UnsafeNativeMethods.LocbkGetObjectHandlerInfo(
MS\Internal\TextFormatting\TextMetrics.cs (1)
307LsErr lserr = UnsafeNativeMethods.LoAcquireBreakRecord(ploline, out pbreakrec);
MS\Internal\TextFormatting\TextPenaltyModule.cs (3)
47LsErr lserr = UnsafeNativeMethods.LoAcquirePenaltyModule(ploc.Value, out ploPenaltyModule); 80UnsafeNativeMethods.LoDisposePenaltyModule(_ploPenaltyModule.Value); 101LsErr lserr = UnsafeNativeMethods.LoGetPenaltyModuleInternalHandle(_ploPenaltyModule.Value, out penaltyModuleInternalHandle);
MS\Internal\TextFormatting\TextStore.cs (1)
93UnsafeNativeMethods.LoGetEscString(ref esc);
System\Windows\Media\textformatting\TextFormatterContext.cs (8)
140lserr = UnsafeNativeMethods.LoCreateContext( 270UnsafeNativeMethods.LoDestroyContext(_ploc.Value); 284LsErr lserr = UnsafeNativeMethods.LoSetBreaking(_ploc.Value, (int) breaking); 315return UnsafeNativeMethods.LoCreateLine( 341return UnsafeNativeMethods.LoCreateBreaks( 363return UnsafeNativeMethods.LoCreateParaBreakingSession( 381LsErr lserr = UnsafeNativeMethods.LoSetDoc( 401LsErr lserr = UnsafeNativeMethods.LoSetTabs(
System\Windows\Media\textformatting\TextLineBreak.cs (2)
91LsErr lserr = UnsafeNativeMethods.LoCloneBreakRecord(_breakRecord.Value, out pbreakrec); 112UnsafeNativeMethods.LoDisposeBreakRecord(_breakRecord.Value, finalizing);
System\Windows\Media\textformatting\TextParagraphCache.cs (1)
168UnsafeNativeMethods.LoDisposeParaBreakingSession(_ploparabreak.Value, !disposing);