8 references to TableLayoutPanelDesigner
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\Behavior\TableLayoutPanelBehavior.cs (2)
14private readonly TableLayoutPanelDesigner _designer; // pointer back to our designer. 29internal TableLayoutPanelBehavior(TableLayoutPanel panel, TableLayoutPanelDesigner designer, IServiceProvider serviceProvider)
System\Windows\Forms\Design\StyleEditorForm.cs (2)
20private readonly TableLayoutPanelDesigner _tableLayoutPanelDesigner; 105_tableLayoutPanelDesigner = host.GetDesigner(_tableLayoutPanel) as TableLayoutPanelDesigner;
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (4)
387private readonly TableLayoutPanelDesigner _owner; 389public TableLayouPanelRowColumnActionList(TableLayoutPanelDesigner owner) : base(owner.Component) 2104properties[shadowProps[i]] = TypeDescriptor.CreateProperty(typeof(TableLayoutPanelDesigner), prop, attribs); 2117properties["Controls"] = TypeDescriptor.CreateProperty(typeof(TableLayoutPanelDesigner), "Controls", typeof(DesignerTableLayoutControlCollection), attrs);