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