3 references to EnableAnchorLayoutHighDpiImprovements
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
11556
if (DpiHelper.
EnableAnchorLayoutHighDpiImprovements
&& (ParentInternal != null) && (ParentInternal.LayoutEngine == DefaultLayout.Instance)) {
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (2)
583
if (DpiHelper.
EnableAnchorLayoutHighDpiImprovements
&& (anchorInfo.Right - parentWidth > 0) && (oldAnchorInfo.Right < 0)) {
602
if (DpiHelper.
EnableAnchorLayoutHighDpiImprovements
&& (anchorInfo.Bottom - parentHeight > 0) && (oldAnchorInfo.Bottom < 0)) {