3 references to GetSelfAutoSizeInDefaultLayout
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\CommonProperties.cs (3)
459return GetSelfAutoSizeInDefaultLayout(element); 475Debug.Assert(value != GetSelfAutoSizeInDefaultLayout(element), "PERF: Caller should guard against setting AutoSize to original value."); 481Debug.Assert(GetSelfAutoSizeInDefaultLayout(element) == value, "Error detected setting AutoSize.");