3 references to GdipGetStringFormatTabStops
System.Drawing.Common (1)
System\Drawing\StringFormat.cs (1)
258PInvokeGdiPlus.GdipGetStringFormatTabStops(_nativeFormat, count, fto, ts).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
5271 /// <inheritdoc cref="GdipGetStringFormatTabStops(winmdroot.Graphics.GdiPlus.GpStringFormat*, int, float*, float*)"/> 5280 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetStringFormatTabStops(formatLocal, count, firstTabOffsetLocal, tabStopsLocal);