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