2 references to s_wrapContentsProperty
System.Windows.Forms (2)
System\Windows\Forms\Layout\FlowLayout.cs (2)
283
!container.Properties.TryGetValue(
s_wrapContentsProperty
, out bool wrap) || wrap;
287
container.Properties.AddValue(
s_wrapContentsProperty
, value);