1 write to _element
System.Windows.Forms (1)
System\Windows\Forms\Layout\FlowLayout.ElementProxy.cs (1)
62
_element
= value;
6 references to _element
System.Windows.Forms (6)
System\Windows\Forms\Layout\FlowLayout.ElementProxy.cs (6)
50
public bool AutoSize => CommonProperties.GetAutoSize(
_element
!);
54
set =>
_element
!.SetBounds(value, BoundsSpecified.None);
59
get =>
_element
;
71
public bool ParticipatesInLayout =>
_element
!.ParticipatesInLayout;
73
public virtual Size SpecifiedSize => CommonProperties.GetSpecifiedBounds(
_element
!).Size;
84
public virtual Size GetPreferredSize(Size proposedSize) =>
_element
!.GetPreferredSize(proposedSize);