24 references to IsScalingRequirementMet
System.Windows.Forms (24)
System\Windows\Forms\Control.cs (2)
9723if (ScaleHelper.IsScalingRequirementMet && !GetStyle(ControlStyles.UserPaint) && !IsFontSet()) 9877if (ScaleHelper.IsScalingRequirementMet
System\Windows\Forms\Controls\Buttons\Button.cs (1)
293if (ScaleHelper.IsScalingRequirementMet)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonStandardAdapter.cs (1)
61ScaleHelper.IsScalingRequirementMet ? Control.HWNDInternal : HWND.Null);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
274size.Height = ScaleHelper.IsScalingRequirementMet
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (1)
68ScaleHelper.IsScalingRequirementMet
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1654bool updateRowsAndColumns = !ScaleHelper.IsScalingRequirementMet || !ScalingInProgress;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.cs (1)
148ScaleHelper.IsScalingRequirementMet ? HWNDInternal : HWND.Null);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\HelpPane.cs (3)
90bool isScalingRequirementMet = ScaleHelper.IsScalingRequirementMet; 131if (ScaleHelper.IsScalingRequirementMet) 167Math.Max(0, size.Height - _lineHeight - (ScaleHelper.IsScalingRequirementMet ? LogicalToDeviceUnits(1) : 1)),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (7)
229_dropDownButton.Size = ScaleHelper.IsScalingRequirementMet 276_dialogButton.Size = ScaleHelper.IsScalingRequirementMet 3636if (ScaleHelper.IsScalingRequirementMet) 3998if (TopLevelGridEntries is not null && ScaleHelper.IsScalingRequirementMet) 4356Size sizeBtn = ScaleHelper.IsScalingRequirementMet 5167bool isScalingRequirementMet = ScaleHelper.IsScalingRequirementMet; 5413if (ScaleHelper.IsScalingRequirementMet)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
658int horizontalOffset = ScaleHelper.IsScalingRequirementMet
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (2)
210if (ScaleHelper.IsScalingRequirementMet && !UseCompatibleTextRenderingDefault) 334if (ScaleHelper.IsScalingRequirementMet)
System\Windows\Forms\Layout\DefaultLayout.cs (2)
761if (ScaleHelper.IsScalingRequirementMet && (anchorInfo.Right - parentWidth > 0) && (oldAnchorInfo.Right < 0)) 789if (ScaleHelper.IsScalingRequirementMet && (anchorInfo.Bottom - parentHeight > 0) && (oldAnchorInfo.Bottom < 0))
System\Windows\Forms\Scrolling\VScrollBar.cs (1)
31if (ScaleHelper.IsScalingRequirementMet)