2 references to AutoScaleBaseSize
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\FormDocumentDesigner.cs (2)
72
ShadowProperties[nameof(
AutoScaleBaseSize
)] = value;
89
return !_initializing && ((Form)Component).AutoScale && ShadowProperties.Contains(nameof(
AutoScaleBaseSize
));