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