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