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