3 references to GdipGetStringFormatTabStopCount
System.Drawing.Common (1)
System\Drawing\StringFormat.cs (1)
245PInvokeGdiPlus.GdipGetStringFormatTabStopCount(_nativeFormat, &count).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
5255 /// <inheritdoc cref="GdipGetStringFormatTabStopCount(winmdroot.Graphics.GdiPlus.GpStringFormat*, int*)"/> 5262 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetStringFormatTabStopCount(formatLocal, countLocal);