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