5 references to 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)
1476FormDocumentDesigner parentFormDesigner = null; 1479parentFormDesigner = _host.GetDesigner(parentForm) as FormDocumentDesigner;