2 references to s_autoSizeModeSection
System.Windows.Forms (2)
System\Windows\Forms\Layout\CommonProperties.cs (2)
415return state[s_autoSizeModeSection] == 0 ? AutoSizeMode.GrowOnly : AutoSizeMode.GrowAndShrink; 492state[s_autoSizeModeSection] = mode == AutoSizeMode.GrowAndShrink ? 1 : 0;