3 references to GdipSetStringFormatFlags
System.Drawing.Common (1)
System\Drawing\StringFormat.cs (1)
115PInvokeGdiPlus.GdipSetStringFormatFlags(_nativeFormat, (int)value).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
7850 /// <inheritdoc cref="GdipSetStringFormatFlags(winmdroot.Graphics.GdiPlus.GpStringFormat*, int)"/> 7855 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipSetStringFormatFlags(formatLocal, flags);