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