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)
50public bool AutoSize => CommonProperties.GetAutoSize(_element!); 54set => _element!.SetBounds(value, BoundsSpecified.None); 59get => _element; 71public bool ParticipatesInLayout => _element!.ParticipatesInLayout; 73public virtual Size SpecifiedSize => CommonProperties.GetSpecifiedBounds(_element!).Size; 84public virtual Size GetPreferredSize(Size proposedSize) => _element!.GetPreferredSize(proposedSize);