6 references to GetSelfAutoSizeInDefaultLayout
System.Windows.Forms (6)
System\Windows\Forms\Layout\CommonProperties.cs (5)
493
/// See <see cref="
GetSelfAutoSizeInDefaultLayout
(IArrangedElement)"/> comments.
502
return
GetSelfAutoSizeInDefaultLayout
(element);
515
/// See <see cref="
GetSelfAutoSizeInDefaultLayout
(IArrangedElement)"/> comments.
519
Debug.Assert(value !=
GetSelfAutoSizeInDefaultLayout
(element), "PERF: Caller should guard against setting AutoSize to original value.");
525
Debug.Assert(
GetSelfAutoSizeInDefaultLayout
(element) == value, "Error detected setting AutoSize.");
System\Windows\Forms\Layout\DefaultLayout.cs (1)
526
if (CommonProperties.GetAutoSize(element) && !CommonProperties.
GetSelfAutoSizeInDefaultLayout
(element))