25 references to CreateProperty
System.Windows.Forms (1)
System\Windows\Forms\Design\EventsTab.cs (1)
156
matchingPropertyEvents.Add(TypeDescriptor.
CreateProperty
(property.ComponentType, property, MergablePropertyAttribute.No));
System.Windows.Forms.Design (24)
System\ComponentModel\Design\ComponentDesigner.cs (1)
668
properties[prop.Name] = TypeDescriptor.
CreateProperty
(prop.ComponentType, prop, ReadOnlyAttribute.Yes);
System\Windows\Forms\Design\DataGridViewColumnDesigner.cs (2)
249
properties["Name"] = TypeDescriptor.
CreateProperty
(typeof(DataGridViewColumnDesigner),
260
properties["Name"] = TypeDescriptor.
CreateProperty
(typeof(DataGridViewColumnDesigner),
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
373
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(DataGridViewDesigner), prop, empty);
System\Windows\Forms\Design\DocumentDesigner.cs (4)
1280
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(DocumentDesigner), prop, empty);
1287
properties["AutoScaleDimensions"] = TypeDescriptor.
CreateProperty
(typeof(DocumentDesigner), prop, DesignerSerializationVisibilityAttribute.Visible);
1293
properties["AutoScaleMode"] = TypeDescriptor.
CreateProperty
(typeof(DocumentDesigner), prop, DesignerSerializationVisibilityAttribute.Visible, BrowsableAttribute.Yes);
1301
properties[noBrowseProps[i]] = TypeDescriptor.
CreateProperty
(prop.ComponentType, prop, BrowsableAttribute.No, DesignerSerializationVisibilityAttribute.Hidden);
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\MaskedTextBoxDesigner.cs (1)
179
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(MaskedTextBoxDesigner), prop, empty);
System\Windows\Forms\Design\RichTextBoxDesigner.cs (1)
80
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(RichTextBoxDesigner), prop, empty);
System\Windows\Forms\Design\SplitterPanelDesigner.cs (1)
233
properties[de.Key] = TypeDescriptor.
CreateProperty
(descriptor.ComponentType, descriptor, BrowsableAttribute.No, DesignerSerializationVisibilityAttribute.Hidden);
System\Windows\Forms\Design\TabControlDesigner.cs (1)
477
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(TabControlDesigner), prop, empty);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2104
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(TableLayoutPanelDesigner), prop, attribs);
System\Windows\Forms\Design\TextBoxDesigner.cs (1)
60
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(TextBoxDesigner), prop, empty);
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
451
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(ToolStripContainerDesigner), propertyDescriptor, empty);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
2217
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(ToolStripDesigner), prop, empty);
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
566
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(ToolStripDropDownDesigner), prop, empty);
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
1049
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(ToolStripItemDesigner), prop, empty);
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
2279
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(ToolStripMenuItemDesigner), prop, empty);
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (2)
565
properties[noBrowseProps[i]] = TypeDescriptor.
CreateProperty
(propertyDescriptor.ComponentType, propertyDescriptor, BrowsableAttribute.No, DesignerSerializationVisibilityAttribute.Hidden);
577
properties[shadowProps[i]] = TypeDescriptor.
CreateProperty
(typeof(ToolStripPanelDesigner), propertyDescriptor, empty);