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");
2250
PropertyDescriptor? prop =
GetProperty
(baseComponent, "DrawGrid");
2294
PropertyDescriptor? sizeProp =
GetProperty
(component, "Size");
2323
PropertyDescriptor? lockedDesc =
GetProperty
(obj, "Locked");
2329
PropertyDescriptor? sizeProp =
GetProperty
(obj, "Size");
2399
PropertyDescriptor? prop =
GetProperty
(baseComponent, "CurrentGridSize");
2411
PropertyDescriptor? sizeProp =
GetProperty
(comp, "Size");
2412
PropertyDescriptor? locProp =
GetProperty
(comp, "Location");
2483
PropertyDescriptor? prop =
GetProperty
(baseComponent, "SnapToGrid");
2536
PropertyDescriptor? prop =
GetProperty
(baseComponent, "CurrentGridSize");
2599
curSizeDesc =
GetProperty
(component, "Size");
2627
curSizeDesc =
GetProperty
(curComp, "Size");
2628
curLocDesc =
GetProperty
(curComp, "Location");
2666
curSizeDesc =
GetProperty
(curComp, "Size");
2667
curLocDesc =
GetProperty
(curComp, "Location");
2709
PropertyDescriptor? primaryLocDesc =
GetProperty
(primary, "Location");
2765
lastSizeDesc =
GetProperty
(lastComp, "Size");
2766
lastLocDesc =
GetProperty
(lastComp, "Location");
3341
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)