26 references to GetProperty
System.Windows.Forms.Design (26)
System\Windows\Forms\Design\CommandSet.cs (23)
531
PropertyDescriptor? prop =
GetProperty
(comp, "Location");
586
PropertyDescriptor? prop =
GetProperty
(comp, "Size");
1136
PropertyDescriptor? prop =
GetProperty
(baseComponent, "GridSize");
1156
PropertyDescriptor? lockedProp =
GetProperty
(comp, "Locked");
1171
PropertyDescriptor? locProp =
GetProperty
(comp, "Location");
2249
PropertyDescriptor? prop =
GetProperty
(baseComponent, "DrawGrid");
2293
PropertyDescriptor? sizeProp =
GetProperty
(component, "Size");
2322
PropertyDescriptor? lockedDesc =
GetProperty
(obj, "Locked");
2328
PropertyDescriptor? sizeProp =
GetProperty
(obj, "Size");
2398
PropertyDescriptor? prop =
GetProperty
(baseComponent, "CurrentGridSize");
2410
PropertyDescriptor? sizeProp =
GetProperty
(comp, "Size");
2411
PropertyDescriptor? locProp =
GetProperty
(comp, "Location");
2482
PropertyDescriptor? prop =
GetProperty
(baseComponent, "SnapToGrid");
2535
PropertyDescriptor? prop =
GetProperty
(baseComponent, "CurrentGridSize");
2598
curSizeDesc =
GetProperty
(component, "Size");
2626
curSizeDesc =
GetProperty
(curComp, "Size");
2627
curLocDesc =
GetProperty
(curComp, "Location");
2665
curSizeDesc =
GetProperty
(curComp, "Size");
2666
curLocDesc =
GetProperty
(curComp, "Location");
2708
PropertyDescriptor? primaryLocDesc =
GetProperty
(primary, "Location");
2764
lastSizeDesc =
GetProperty
(lastComp, "Size");
2765
lastLocDesc =
GetProperty
(lastComp, "Location");
3340
PropertyDescriptor? gs =
GetProperty
(baseComponent, "GridSize");
System\Windows\Forms\Design\ControlCommandSet.cs (3)
867
PropertyDescriptor prop =
GetProperty
(comp, "Locked");
1250
&&
GetProperty
(baseComponent, "DrawGrid") is { } property)
1267
&&
GetProperty
(baseComponent, "SnapToGrid") is { } property)