2 references to PropMdiControlStrip
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
1961
get { return Properties.GetObject(
PropMdiControlStrip
) as MdiControlStrip; }
1962
set { Properties.SetObject(
PropMdiControlStrip
, value); }