2 references to s_propMdiWindowListStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
1528
get => Properties.GetValueOrDefault<MdiWindowListStrip>(
s_propMdiWindowListStrip
);
1529
set => Properties.AddOrRemoveValue(
s_propMdiWindowListStrip
, value);