3 references to GdipCreateStringFormat
System.Drawing.Common (1)
System\Drawing\StringFormat.cs (1)
40
PInvokeGdiPlus.
GdipCreateStringFormat
((int)options, (ushort)language, &format).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
1596
/// <inheritdoc cref="
GdipCreateStringFormat
(int, ushort, winmdroot.Graphics.GdiPlus.GpStringFormat**)"/>
1601
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipCreateStringFormat
(formatAttributes, language, formatLocal);