3 writes to DisplayRectangle
System.Windows.Forms (3)
System\Windows\Forms\Layout\DefaultLayout.cs (3)
173
anchorInfo.
DisplayRectangle
= displayRectangle;
881
anchorInfo.
DisplayRectangle
= displayRectangle;
990
anchorInfo.
DisplayRectangle
= displayRect;
4 references to DisplayRectangle
System.Windows.Forms (2)
System\Windows\Forms\Layout\DefaultLayout.cs (2)
988
heightFactor = ((double)displayRect.Height) / anchorInfo.
DisplayRectangle
.Height;
989
widthFactor = ((double)displayRect.Width) / anchorInfo.
DisplayRectangle
.Width;
System.Windows.Forms.UI.IntegrationTests (2)
AnchorLayoutTests.cs (2)
194
var previousDisplayRect = anchorInfo.
DisplayRectangle
;
196
Assert.NotEqual(previousDisplayRect, anchorInfo.
DisplayRectangle
);