24 references to IsScalingRequirementMet
System.Windows.Forms (24)
System\Windows\Forms\Control.cs (2)
9705if (ScaleHelper.IsScalingRequirementMet && !GetStyle(ControlStyles.UserPaint) && !IsFontSet()) 9859if (ScaleHelper.IsScalingRequirementMet
System\Windows\Forms\Controls\Buttons\Button.cs (1)
294if (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)
276size.Height = ScaleHelper.IsScalingRequirementMet
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (1)
68ScaleHelper.IsScalingRequirementMet
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1660bool updateRowsAndColumns = !ScaleHelper.IsScalingRequirementMet || !ScalingInProgress;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.cs (1)
98ScaleHelper.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)
216_dropDownButton.Size = ScaleHelper.IsScalingRequirementMet 254_dialogButton.Size = ScaleHelper.IsScalingRequirementMet 3613if (ScaleHelper.IsScalingRequirementMet) 3975if (TopLevelGridEntries is not null && ScaleHelper.IsScalingRequirementMet) 4333Size sizeBtn = ScaleHelper.IsScalingRequirementMet 5144bool isScalingRequirementMet = ScaleHelper.IsScalingRequirementMet; 5390if (ScaleHelper.IsScalingRequirementMet)
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
660int 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)