13 references to CreateProperty
System.Windows.Forms.Design (12)
System\Windows\Forms\Design\ControlDesigner.cs (2)
1658
properties["Controls"] = TypeDescriptor.
CreateProperty
(
1671
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)
1228
properties["TrayHeight"] = TypeDescriptor.
CreateProperty
(typeof(DocumentDesigner), "TrayHeight", typeof(int),
1234
properties["TrayLargeIcon"] = TypeDescriptor.
CreateProperty
(typeof(DocumentDesigner), "TrayLargeIcon", typeof(bool),
1240
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);
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FlowLayoutPanelDesignerTests.cs (1)
67
{ nameof(FlowLayoutPanel.FlowDirection), TypeDescriptor.
CreateProperty
(typeof(FlowLayoutPanel), nameof(FlowLayoutPanel.FlowDirection), typeof(FlowDirection)) }