1 write to _mainDesigner
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
79_mainDesigner = mainDesigner;
10 references to _mainDesigner
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\ComponentTray.cs (10)
300PropertyDescriptor trayIconProp = TypeDescriptor.GetProperties(_mainDesigner.Component)["TrayLargeIcon"]; 301trayIconProp?.SetValue(_mainDesigner.Component, !ShowLargeIcons); 406PropertyDescriptor trayAAProp = TypeDescriptor.GetProperties(_mainDesigner.Component)["TrayAutoArrange"]; 407trayAAProp?.SetValue(_mainDesigner.Component, !AutoArrange); 482get => _mainDesigner.Component; 493if (_mainDesigner is IOleDragClient oleDragClient) 652&& !(selectionService.SelectionCount == 1 && selectionService.PrimarySelection == _mainDesigner.Component)) 1259ss?.SetSelectedComponents(new object[] { _mainDesigner.Component }); 1340comps = [_mainDesigner.Component]; 1701if (_mainDesigner is ParentControlDesigner designer)