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