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