2 writes to Point
System.Windows.Forms (2)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.HitTestInfo.cs (2)
19Point = pt; 29Point = pt;
3 references to Point
System.Windows.Forms.Tests (3)
System\Windows\Forms\MonthCalendar.HitTestInfoTests.cs (1)
24hitTestInfo.Point.Should().Be(point);
System\Windows\Forms\MonthCalendarTests.cs (2)
4492hitTestInfo.Point.X.Should().Be(x); 4493hitTestInfo.Point.Y.Should().Be(y);