2 writes to IsCurrentlyBeingScaled
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
11433IsCurrentlyBeingScaled = true; 11465IsCurrentlyBeingScaled = false;
1 reference to IsCurrentlyBeingScaled
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
1957bool updateRowsAndColumns = !DpiHelper.EnableMonthCalendarHighDpiImprovements || !IsCurrentlyBeingScaled;