4 references to GdipGetStringFormatMeasurableCharacterRangeCount
System.Drawing.Common (2)
System\Drawing\Graphics.cs (1)
1957CheckStatus(PInvokeGdiPlus.GdipGetStringFormatMeasurableCharacterRangeCount(stringFormat.Pointer(), &count));
System\Drawing\StringFormat.cs (1)
387PInvokeGdiPlus.GdipGetStringFormatMeasurableCharacterRangeCount(_nativeFormat, &count).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
5239 /// <inheritdoc cref="GdipGetStringFormatMeasurableCharacterRangeCount(winmdroot.Graphics.GdiPlus.GpStringFormat*, int*)"/> 5246 winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.GdipGetStringFormatMeasurableCharacterRangeCount(formatLocal, countLocal);