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