3 references to GdipGetStringFormatFlags
System.Drawing.Common (1)
System\Drawing\StringFormat.cs (1)
109PInvokeGdiPlus.GdipGetStringFormatFlags(_nativeFormat, (int*)&format).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
5191 /// <inheritdoc cref="GdipGetStringFormatFlags(winmdroot.Graphics.GdiPlus.GpStringFormat*, int*)"/> 5198 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetStringFormatFlags(formatLocal, flagsLocal);