2 writes to rc
System.Windows.Forms.Primitives.Tests (2)
Interop\ComCtl32\MCGRIDINFOTests.cs (2)
53Assert.Equal(60, (byte*)&sut.rc - addr); // 16, RECT 122Assert.Equal(60, (byte*)&sut.rc - addr); // 16, RECT
4 references to rc
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (1)
276return success ? owner.RectangleToScreen(gridInfo.rc) : default;
System.Windows.Forms.Primitives.Tests (2)
Interop\ComCtl32\MCGRIDINFOTests.cs (2)
75Assert.Equal(60, (int)Marshal.OffsetOf<MCGRIDINFO>(nameof(MCGRIDINFO.rc))); // 16, RECT 145Assert.Equal(60, (int)Marshal.OffsetOf<MCGRIDINFO>(nameof(MCGRIDINFO.rc))); // 16, RECT
System.Windows.Forms.UI.IntegrationTests (1)
MonthCalendarTests.cs (1)
169return result.rc;