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