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