3 references to GdipCloneStringFormat
System.Drawing.Common (1)
System\Drawing\StringFormat.cs (1)
52
PInvokeGdiPlus.
GdipCloneStringFormat
(format._nativeFormat, &newFormat).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
728
/// <inheritdoc cref="
GdipCloneStringFormat
(winmdroot.Graphics.GdiPlus.GpStringFormat*, winmdroot.Graphics.GdiPlus.GpStringFormat**)"/>
735
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipCloneStringFormat
(formatLocal, newFormatLocal);