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)
306PropertyDescriptor trayIconProp = TypeDescriptor.GetProperties(_mainDesigner.Component)["TrayLargeIcon"]; 307trayIconProp?.SetValue(_mainDesigner.Component, !ShowLargeIcons); 412PropertyDescriptor trayAAProp = TypeDescriptor.GetProperties(_mainDesigner.Component)["TrayAutoArrange"]; 413trayAAProp?.SetValue(_mainDesigner.Component, !AutoArrange); 488get => _mainDesigner.Component; 499if (_mainDesigner is IOleDragClient oleDragClient) 658&& !(selectionService.SelectionCount == 1 && selectionService.PrimarySelection == _mainDesigner.Component)) 1274ss?.SetSelectedComponents(new object[] { _mainDesigner.Component }); 1355comps = [_mainDesigner.Component]; 1716if (_mainDesigner is ParentControlDesigner designer)