2 writes to hostControl
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
560this.hostControl = this.expressionEditorInstance.HostControl; 610this.hostControl = null;
6 references to hostControl
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (6)
217(this.hostControl != null && this.hostControl.IsFocused))) 388result = (this.hostControl != null && this.hostControl.IsFocused) || this.expressionEditorInstance.HasAggregateFocus; 573border.Child = this.hostControl; 605Border boarder = this.hostControl.Parent as Border;