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