12 references to CreateProperty
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\ControlDesigner.cs (2)
1643
properties["Controls"] = TypeDescriptor.
CreateProperty
(
1656
properties["Locked"] = TypeDescriptor.
CreateProperty
(
System\Windows\Forms\Design\DataGridViewColumnDesigner.cs (1)
267
properties["UserAddedColumn"] = TypeDescriptor.
CreateProperty
(typeof(DataGridViewColumnDesigner), "UserAddedColumn", typeof(bool),
System\Windows\Forms\Design\DocumentDesigner.cs (3)
1240
properties["TrayHeight"] = TypeDescriptor.
CreateProperty
(typeof(DocumentDesigner), "TrayHeight", typeof(int),
1246
properties["TrayLargeIcon"] = TypeDescriptor.
CreateProperty
(typeof(DocumentDesigner), "TrayLargeIcon", typeof(bool),
1252
properties["DoubleBuffered"] = TypeDescriptor.
CreateProperty
(typeof(Control), "DoubleBuffered", typeof(bool),
System\Windows\Forms\Design\ImageListDesigner.cs (1)
129
properties["Images"] = TypeDescriptor.
CreateProperty
(typeof(ImageListDesigner), "Images", typeof(OriginalImageCollection), attrs);
System\Windows\Forms\Design\ParentControlDesigner.cs (4)
2101
properties["DrawGrid"] = TypeDescriptor.
CreateProperty
(typeof(ParentControlDesigner), "DrawGrid", typeof(bool),
2107
properties["SnapToGrid"] = TypeDescriptor.
CreateProperty
(typeof(ParentControlDesigner), "SnapToGrid", typeof(bool),
2113
properties["GridSize"] = TypeDescriptor.
CreateProperty
(typeof(ParentControlDesigner), "GridSize", typeof(Size),
2121
properties["CurrentGridSize"] = TypeDescriptor.
CreateProperty
(typeof(ParentControlDesigner), "CurrentGridSize", typeof(Size),
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2117
properties["Controls"] = TypeDescriptor.
CreateProperty
(typeof(TableLayoutPanelDesigner), "Controls", typeof(DesignerTableLayoutControlCollection), attrs);