2 references to s_propMdiControlStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
1530
get => Properties.GetValueOrDefault<MdiControlStrip>(
s_propMdiControlStrip
);
1531
set => Properties.AddOrRemoveValue(
s_propMdiControlStrip
, value);