2 references to ScaleChildren
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
9492
if (
ScaleChildren
&& ChildControls is { } children)
9562
if (!
ScaleChildren
|| ChildControls is not { } children)