26 references to GetProperty
System.Windows.Forms.Design (26)
System\Windows\Forms\Design\CommandSet.cs (23)
537
PropertyDescriptor? prop =
GetProperty
(comp, "Location");
592
PropertyDescriptor? prop =
GetProperty
(comp, "Size");
1142
PropertyDescriptor? prop =
GetProperty
(baseComponent, "GridSize");
1162
PropertyDescriptor? lockedProp =
GetProperty
(comp, "Locked");
1177
PropertyDescriptor? locProp =
GetProperty
(comp, "Location");
2255
PropertyDescriptor? prop =
GetProperty
(baseComponent, "DrawGrid");
2299
PropertyDescriptor? sizeProp =
GetProperty
(component, "Size");
2328
PropertyDescriptor? lockedDesc =
GetProperty
(obj, "Locked");
2334
PropertyDescriptor? sizeProp =
GetProperty
(obj, "Size");
2404
PropertyDescriptor? prop =
GetProperty
(baseComponent, "CurrentGridSize");
2416
PropertyDescriptor? sizeProp =
GetProperty
(comp, "Size");
2417
PropertyDescriptor? locProp =
GetProperty
(comp, "Location");
2488
PropertyDescriptor? prop =
GetProperty
(baseComponent, "SnapToGrid");
2541
PropertyDescriptor? prop =
GetProperty
(baseComponent, "CurrentGridSize");
2604
curSizeDesc =
GetProperty
(component, "Size");
2632
curSizeDesc =
GetProperty
(curComp, "Size");
2633
curLocDesc =
GetProperty
(curComp, "Location");
2671
curSizeDesc =
GetProperty
(curComp, "Size");
2672
curLocDesc =
GetProperty
(curComp, "Location");
2714
PropertyDescriptor? primaryLocDesc =
GetProperty
(primary, "Location");
2770
lastSizeDesc =
GetProperty
(lastComp, "Size");
2771
lastLocDesc =
GetProperty
(lastComp, "Location");
3346
PropertyDescriptor? gs =
GetProperty
(baseComponent, "GridSize");
System\Windows\Forms\Design\ControlCommandSet.cs (3)
870
PropertyDescriptor prop =
GetProperty
(comp, "Locked");
1256
&&
GetProperty
(baseComponent, "DrawGrid") is { } property)
1273
&&
GetProperty
(baseComponent, "SnapToGrid") is { } property)