3 writes to DisplayRectangle
System.Windows.Forms (3)
System\Windows\Forms\Layout\DefaultLayout.cs (3)
174
anchorInfo.
DisplayRectangle
= displayRectangle;
882
anchorInfo.
DisplayRectangle
= displayRectangle;
991
anchorInfo.
DisplayRectangle
= displayRect;
2 references to DisplayRectangle
System.Windows.Forms (2)
System\Windows\Forms\Layout\DefaultLayout.cs (2)
989
heightFactor = ((double)displayRect.Height) / anchorInfo.
DisplayRectangle
.Height;
990
widthFactor = ((double)displayRect.Width) / anchorInfo.
DisplayRectangle
.Width;