9 references to TopLevelControl
System.Workflow.Activities (6)
Rules\Design\Dialogs\IntellisenseTextBox.cs (6)
76if (this.TopLevelControl != null) 78this.TopLevelControl.Controls.Add(this.listBoxAutoComplete); 434Point parentScreenLocation = TopLevelControl.PointToScreen(new Point(0, 0)); 439Size topLevelControlSize = (TopLevelControl is Form) ? ((Form)TopLevelControl).ClientSize : TopLevelControl.Size;
System.Workflow.ComponentModel (3)
AuthoringOM\Design\WorkflowView.cs (3)
249Form host = TopLevelControl as Form; 540Form host = TopLevelControl as Form; 554Form host = TopLevelControl as Form;