6 references to FormDocumentDesigner
System.Design (1)
System.Design.Forwards.cs (1)
51[assembly: TypeForwardedTo(typeof(System.Windows.Forms.Design.FormDocumentDesigner))]
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\FormDocumentDesigner.cs (3)
468properties[shadowProps[i]] = TypeDescriptor.CreateProperty(typeof(FormDocumentDesigner), prop, empty); 476properties["AutoScaleBaseSize"] = TypeDescriptor.CreateProperty(typeof(FormDocumentDesigner), prop, DesignerSerializationVisibilityAttribute.Visible); 483properties["ClientSize"] = TypeDescriptor.CreateProperty(typeof(FormDocumentDesigner), prop, new DefaultValueAttribute(new Size(-1, -1)));
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
1507FormDocumentDesigner parentFormDesigner = null; 1510parentFormDesigner = _host.GetDesigner(parentForm) as FormDocumentDesigner;