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