3 references to ConvertRectangleToMemory
System.Drawing (3)
commonui\System\Drawing\Advanced\GraphicsPath.cs (1)
1185IntPtr buf = SafeNativeMethods.Gdip.ConvertRectangleToMemory(rects);
commonui\System\Drawing\Graphics.cs (2)
1494IntPtr buf = SafeNativeMethods.Gdip.ConvertRectangleToMemory(rects); 2084IntPtr buf = SafeNativeMethods.Gdip.ConvertRectangleToMemory(rects);